Jar examples for a:auto-value-annotations
A standalone packaging of the annotations from Google's AutoValue library.
You can download jar file auto-value-annotations 1.6 in this page.
Apache License Version 2.0
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'
Click the following link to download the jar file.
auto-value-annotations-1.6-javadoc.jar