Jar examples for a:auto-value
Immutable value-type code generation for Java 1.6+. Forked from Google's auto value to add support for a PR.
You can download jar file auto-value 1.0 in this page.
Apache License
You can use the following script to add auto-value-1.0.jar to your project.
<dependency> <groupId>com.google.auto.value</groupId> <artifactId>auto-value</artifactId> <version>1.0</version> </dependency>
compile group: 'com.google.auto.value', name: 'auto-value', version: '1.0'
libraryDependencies += "com.google.auto.value" % "auto-value" % "1.0"
<dependency org="com.google.auto.value" name="auto-value" rev="1.0"/>
@Grapes(@Grab(group='com.google.auto.value', module='auto-value', version='1.0'))
'com.google.auto.value:auto-value:jar:1.0'
Click the following link to download the jar file.
auto-value-1.0-javadoc.jar