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

com.google.auto:auto-parent 2

A collection of code generators for Java.

Категории

Категории

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

Группа

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

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

auto-parent
Версия

Версия

2
Тип

Тип

pom

Скачать auto-parent 2

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

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