Download auto-value-annotations-1.6.jar file - Jar a

Jar examples for a:auto-value-annotations

Description

A standalone packaging of the annotations from Google's AutoValue library.

You can download jar file auto-value-annotations 1.6 in this page.

License

Apache License Version 2.0

Build File

You can use the following script to add auto-value-annotations-1.6.jar to your project.

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

Download

Click the following link to download the jar file.

auto-value-annotations-1.6-javadoc.jar
auto-value-annotations-1.6-sources.jar
auto-value-annotations-1.6.jar
auto-value-annotations-1.6.pom



Related Tutorials