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