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