Download retrofit-1.4.0.jar file - Jar r

Jar examples for r:retrofit

Description

A Model-View-Presenter library for Android apps

You can download jar file retrofit 1.4.0 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

retrofit-1.4.0-javadoc.jar
retrofit-1.4.0-sources.jar
retrofit-1.4.0.jar
retrofit-1.4.0.pom



Related Tutorials