не последняя версия
Последняя версия 7

com.google.auto:auto-parent 6

A collection of code generators for Java.

Категории

Категории

Auto Библиотеки уровня приложения Code Generators
Группа

Группа

com.google.auto
Идентификатор

Идентификатор

auto-parent
Версия

Версия

6
Тип

Тип

pom

Скачать auto-parent 6

Имя Файла Размер
auto-parent-6.pom 6 KB
Обзор

<!-- https://jarcasting.com/artifacts/com.google.auto/auto-parent/ -->
<dependency>
    <groupId>com.google.auto</groupId>
    <artifactId>auto-parent</artifactId>
    <version>6</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.auto/auto-parent/
implementation 'com.google.auto:auto-parent:6'
// https://jarcasting.com/artifacts/com.google.auto/auto-parent/
implementation ("com.google.auto:auto-parent:6")
'com.google.auto:auto-parent:pom:6'
<dependency org="com.google.auto" name="auto-parent" rev="6">
  <artifact name="auto-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google.auto', module='auto-parent', version='6')
)
libraryDependencies += "com.google.auto" % "auto-parent" % "6"
[com.google.auto/auto-parent "6"]