Download moshi-1.6.0-RC1.jar file - Jar m

Jar examples for m:moshi

Description

Fieldconverters that embed objects and list of objects using Moshi

You can download jar file moshi 1.6.0-RC1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add moshi-1.6.0-RC1.jar to your project.

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

Download

Click the following link to download the jar file.

moshi-1.6.0-RC1-javadoc.jar
moshi-1.6.0-RC1-sources.jar
moshi-1.6.0-RC1.jar
moshi-1.6.0-RC1.pom



Related Tutorials