Download retrofit-annotations-1.0.3.jar file - Jar r

Jar examples for r:retrofit-annotations

Description

make more easily to user retrofit

You can download jar file retrofit-annotations 1.0.3 in this page.

License

The Apache Software License, Version 2.0

Build File

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

<dependency>
   <groupId>com.github.cd-butterfly</groupId>
   <artifactId>retrofit-annotations</artifactId>
   <version>1.0.3</version>
</dependency>
compile group: 'com.github.cd-butterfly', name: 'retrofit-annotations', version: '1.0.3'
libraryDependencies += "com.github.cd-butterfly" % "retrofit-annotations" % "1.0.3"
<dependency org="com.github.cd-butterfly" name="retrofit-annotations" rev="1.0.3"/>
@Grapes(@Grab(group='com.github.cd-butterfly', module='retrofit-annotations', version='1.0.3'))
'com.github.cd-butterfly:retrofit-annotations:jar:1.0.3'

Download

Click the following link to download the jar file.

retrofit-annotations-1.0.3-javadoc.jar
retrofit-annotations-1.0.3-sources.jar
retrofit-annotations-1.0.3.jar
retrofit-annotations-1.0.3.pom



Related Tutorials