| Категории |
КатегорииКомпиляция и сборка Auto Библиотеки уровня приложения Code Generators |
|---|---|
| Группа | Группаcom.microsoft.azure |
| Идентификатор | Идентификаторautorest-build-tools |
| Версия | Версия1.0.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| autorest-build-tools-1.0.0.pom | |
| autorest-build-tools-1.0.0.jar | 11 KB |
| autorest-build-tools-1.0.0-sources.jar | 9 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.microsoft.azure/autorest-build-tools/ -->
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>autorest-build-tools</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/autorest-build-tools/
implementation 'com.microsoft.azure:autorest-build-tools:1.0.0'
// https://jarcasting.com/artifacts/com.microsoft.azure/autorest-build-tools/
implementation ("com.microsoft.azure:autorest-build-tools:1.0.0")
'com.microsoft.azure:autorest-build-tools:jar:1.0.0'
<dependency org="com.microsoft.azure" name="autorest-build-tools" rev="1.0.0">
<artifact name="autorest-build-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='autorest-build-tools', version='1.0.0')
)
libraryDependencies += "com.microsoft.azure" % "autorest-build-tools" % "1.0.0"
[com.microsoft.azure/autorest-build-tools "1.0.0"]