| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииAuto Библиотеки уровня приложения Code Generators |
| Группа | Группаcom.google.auto |
| Идентификатор | Идентификаторauto-parent |
| Версия | Версия7 |
| Тип | Типpom |
| Описание |
ОписаниеAuto (Parent)
A collection of code generators for Java.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| auto-parent-7.pom | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.google.auto/auto-parent/ -->
<dependency>
<groupId>com.google.auto</groupId>
<artifactId>auto-parent</artifactId>
<version>7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.auto/auto-parent/
implementation 'com.google.auto:auto-parent:7'
// https://jarcasting.com/artifacts/com.google.auto/auto-parent/
implementation ("com.google.auto:auto-parent:7")
'com.google.auto:auto-parent:pom:7'
<dependency org="com.google.auto" name="auto-parent" rev="7">
<artifact name="auto-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google.auto', module='auto-parent', version='7')
)
libraryDependencies += "com.google.auto" % "auto-parent" % "7"
[com.google.auto/auto-parent "7"]