Download converter-moshi-2.0.0-beta2.jar file - Jar c

Jar examples for c:converter-moshi

Description

A tiny library that assists in saving and restoring objects to disk using RxJava.

You can download jar file converter-moshi 2.0.0-beta2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add converter-moshi-2.0.0-beta2.jar to your project.

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

Download

Click the following link to download the jar file.

converter-moshi-2.0.0-beta2-javadoc.jar
converter-moshi-2.0.0-beta2-sources.jar
converter-moshi-2.0.0-beta2.jar
converter-moshi-2.0.0-beta2.pom



Related Tutorials