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

Jar examples for a:auto-value-moshi

Description

AutoValue extension that creates a Moshi TypeAdapterFactory

You can download jar file auto-value-moshi 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-moshi-0.4.5.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials