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.3 in this page.
Apache License
You can use the following script to add auto-value-1.3.jar to your project.
<dependency> <groupId>com.google.auto.value</groupId> <artifactId>auto-value</artifactId> <version>1.3</version> </dependency>
compile group: 'com.google.auto.value', name: 'auto-value', version: '1.3'
libraryDependencies += "com.google.auto.value" % "auto-value" % "1.3"
<dependency org="com.google.auto.value" name="auto-value" rev="1.3"/>
@Grapes(@Grab(group='com.google.auto.value', module='auto-value', version='1.3'))
'com.google.auto.value:auto-value:jar:1.3'
Click the following link to download the jar file.
auto-value-1.3-javadoc.jar