is not current version
Last Version 1.2.1

com.google.auto:auto-common 0.10

Common utilities for creating annotation processors.

Categories

Categories

Auto Application Layer Libs Code Generators
GroupId

GroupId

com.google.auto
ArtifactId

ArtifactId

auto-common
Version

Version

0.10
Type

Type

jar

Download auto-common 0.10


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