Download retrofit-2.0.0-beta2.jar file - Jar r

Jar examples for r:retrofit

Description

A Model-View-Presenter library for Android apps

You can download jar file retrofit 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 retrofit-2.0.0-beta2.jar to your project.

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

Download

Click the following link to download the jar file.

retrofit-2.0.0-beta2-javadoc.jar
retrofit-2.0.0-beta2-sources.jar
retrofit-2.0.0-beta2.jar
retrofit-2.0.0-beta2.pom



Related Tutorials