Download retrofit-mock-1.4.1.jar file - Jar r

Jar examples for r:retrofit-mock

Description

You can download jar file retrofit-mock 1.4.1 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

retrofit-mock-1.4.1-javadoc.jar
retrofit-mock-1.4.1-sources.jar
retrofit-mock-1.4.1.jar
retrofit-mock-1.4.1.pom



Related Tutorials