Download refit-1.7.1.jar file - Jar r

Jar examples for r:refit

Description

You can download jar file refit 1.7.1 in this page.

Build File

You can use the following script to add refit-1.7.1.jar to your project.

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

Download

Click the following link to download the jar file.

refit-1.7.1-javadoc.jar
refit-1.7.1-sources.jar
refit-1.7.1.jar
refit-1.7.1.pom



Related Tutorials