is not current version
Last Version 1.3.1

com.hannesdorfmann.mosby:retrofit 1.2.0

A Model-View-Presenter library for Android apps

Categories

Categories

Retrofit Net HTTP Clients
GroupId

GroupId

com.hannesdorfmann.mosby
ArtifactId

ArtifactId

retrofit
Version

Version

1.2.0
Type

Type

aar

Download retrofit 1.2.0


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