Download retrofit-annotations-1.0.0-release.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.0-release 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.0-release.jar to your project.

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

Download

Click the following link to download the jar file.

retrofit-annotations-1.0.0-release-javadoc.jar
retrofit-annotations-1.0.0-release-sources.jar
retrofit-annotations-1.0.0-release.jar
retrofit-annotations-1.0.0-release.pom



Related Tutorials