mirror of
https://github.com/guilhermewerner/java-azure
synced 2025-06-15 19:24:19 +00:00
16 lines
203 B
Groovy
16 lines
203 B
Groovy
plugins {
|
|
id "application"
|
|
}
|
|
|
|
application {
|
|
mainClass = "app.azure.JavaAzure"
|
|
}
|
|
|
|
repositories {
|
|
mavenCentral()
|
|
}
|
|
|
|
dependencies {
|
|
implementation "com.azure:azure-ai-textanalytics:5.1.0"
|
|
}
|