Last Version

Mosby Model View Presenter with Retrofit 1.3.1

A Model-View-Presenter library for Android apps

License

License

Categories

Categories

Retrofit Net HTTP Clients
GroupId

GroupId

com.hannesdorfmann.mosby
ArtifactId

ArtifactId

retrofit
Version

Version

1.3.1
Type

Type

aar
Description

Description

Mosby Model View Presenter with Retrofit
A Model-View-Presenter library for Android apps
Project URL

Project URL

https://github.com/sockeqwe/mosby
Source Code Management

Source Code Management

https://github.com/sockeqwe/mosby

Download retrofit 1.3.1


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

Dependencies

compile (2)

Group / Artifact Type Version
com.squareup.retrofit : retrofit jar 1.9.0
com.hannesdorfmann.mosby : mvp jar 1.3.1

Project Modules

There are no modules declared in this project.