is not current version
Last Version 0.0.3

com.ticketmaster.voltron:retrofit-shared 0.0.2

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

Categories

Categories

Retrofit Net HTTP Clients
GroupId

GroupId

com.ticketmaster.voltron
ArtifactId

ArtifactId

retrofit-shared
Version

Version

0.0.2
Type

Type

aar

Download retrofit-shared 0.0.2


<!-- https://jarcasting.com/artifacts/com.ticketmaster.voltron/retrofit-shared/ -->
<dependency>
    <groupId>com.ticketmaster.voltron</groupId>
    <artifactId>retrofit-shared</artifactId>
    <version>0.0.2</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.ticketmaster.voltron/retrofit-shared/
implementation 'com.ticketmaster.voltron:retrofit-shared:0.0.2'
// https://jarcasting.com/artifacts/com.ticketmaster.voltron/retrofit-shared/
implementation ("com.ticketmaster.voltron:retrofit-shared:0.0.2")
'com.ticketmaster.voltron:retrofit-shared:aar:0.0.2'
<dependency org="com.ticketmaster.voltron" name="retrofit-shared" rev="0.0.2">
  <artifact name="retrofit-shared" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.ticketmaster.voltron', module='retrofit-shared', version='0.0.2')
)
libraryDependencies += "com.ticketmaster.voltron" % "retrofit-shared" % "0.0.2"
[com.ticketmaster.voltron/retrofit-shared "0.0.2"]