Download auto-common-0.6.jar file - Jar a

Jar examples for a:auto-common

Description

Common utilities for creating annotation processors.

You can download jar file auto-common 0.6 in this page.

License

Apache License

Build File

You can use the following script to add auto-common-0.6.jar to your project.

<dependency>
   <groupId>com.google.auto</groupId>
   <artifactId>auto-common</artifactId>
   <version>0.6</version>
</dependency>
compile group: 'com.google.auto', name: 'auto-common', version: '0.6'
libraryDependencies += "com.google.auto" % "auto-common" % "0.6"
<dependency org="com.google.auto" name="auto-common" rev="0.6"/>
@Grapes(@Grab(group='com.google.auto', module='auto-common', version='0.6'))
'com.google.auto:auto-common:jar:0.6'

Download

Click the following link to download the jar file.

auto-common-0.6-javadoc.jar
auto-common-0.6-site.jar
auto-common-0.6-sources.jar
auto-common-0.6.jar
auto-common-0.6.pom



Related Tutorials