Download auto-value-gson-0.4.5.jar file - Jar a

Jar examples for a:auto-value-gson

Description

AutoValue extension that creates a Gson TypeAdapterFactory

You can download jar file auto-value-gson 0.4.5 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add auto-value-gson-0.4.5.jar to your project.

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

Download

Click the following link to download the jar file.

auto-value-gson-0.4.5-javadoc.jar
auto-value-gson-0.4.5-sources.jar
auto-value-gson-0.4.5.jar
auto-value-gson-0.4.5.pom



Related Tutorials