is not current version
Last Version 1.0.7

com.github.cd-butterfly:retrofit 1.0.0-release

make more easily to user retrofit

Categories

Categories

Retrofit Net HTTP Clients
GroupId

GroupId

com.github.cd-butterfly
ArtifactId

ArtifactId

retrofit
Version

Version

1.0.0-release
Type

Type

aar

Download retrofit 1.0.0-release


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