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