is not current version
Last Version 1.2.1

com.google.auto:auto-common 0.11

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.11
Type

Type

jar

Download auto-common 0.11


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