Download auto-value-1.0-rc1.jar file - Jar a

Jar examples for a:auto-value

Description

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-rc1 in this page.

License

Apache License

Build File

You can use the following script to add auto-value-1.0-rc1.jar to your project.

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

Download

Click the following link to download the jar file.

auto-value-1.0-rc1-javadoc.jar
auto-value-1.0-rc1-sources.jar
auto-value-1.0-rc1.jar
auto-value-1.0-rc1.pom



Related Tutorials