Download retrofit-shared-0.0.2.jar file - Jar r

Jar examples for r:retrofit-shared

Description

Voltron is a Modular Networking Library for Android. Voltron-Retrofit is the VoltronUnit(backend definition) which provides shared instances of Retrofit and OkHttpClient

You can download jar file retrofit-shared 0.0.2 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

retrofit-shared-0.0.2-javadoc.jar
retrofit-shared-0.0.2-sources.jar
retrofit-shared-0.0.2.pom



Related Tutorials