Categories |
CategoriesRetrofit Net HTTP Clients |
---|---|
GroupId | GroupIdcom.shipdream |
ArtifactId | ArtifactIdcontroller-retrofit |
Version | Version1.1.8 |
Type | Typejar |
Filename | Size |
---|---|
controller-retrofit-1.1.8.pom | |
controller-retrofit-1.1.8.jar | 14 KB |
controller-retrofit-1.1.8-sources.jar | 7 KB |
controller-retrofit-1.1.8-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.shipdream/controller-retrofit/ -->
<dependency>
<groupId>com.shipdream</groupId>
<artifactId>controller-retrofit</artifactId>
<version>1.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.shipdream/controller-retrofit/
implementation 'com.shipdream:controller-retrofit:1.1.8'
// https://jarcasting.com/artifacts/com.shipdream/controller-retrofit/
implementation ("com.shipdream:controller-retrofit:1.1.8")
'com.shipdream:controller-retrofit:jar:1.1.8'
<dependency org="com.shipdream" name="controller-retrofit" rev="1.1.8">
<artifact name="controller-retrofit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.shipdream', module='controller-retrofit', version='1.1.8')
)
libraryDependencies += "com.shipdream" % "controller-retrofit" % "1.1.8"
[com.shipdream/controller-retrofit "1.1.8"]