Download retrofit-2.0.0-beta3.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-beta3 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-beta3.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials