Download moshi-1.4.0.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.4.0 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

moshi-1.4.0-javadoc.jar
moshi-1.4.0-sources.jar
moshi-1.4.0.jar
moshi-1.4.0.pom



Related Tutorials