is not current version
Last Version 7

com.google.auto:auto-parent 1.0-rc1

A collection of code generators for Java.

Categories

Categories

Auto Application Layer Libs Code Generators
GroupId

GroupId

com.google.auto
ArtifactId

ArtifactId

auto-parent
Version

Version

1.0-rc1
Type

Type

pom

Download auto-parent 1.0-rc1

Filename Size
auto-parent-1.0-rc1.pom 6 KB
Browse

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