Categories |
CategoriesRetrofit Net HTTP Clients |
---|---|
GroupId | GroupIdcom.octo.android.robospice |
ArtifactId | ArtifactIdrobospice-retrofit |
Version | Version1.4.5 |
Type | Typejar |
Filename | Size |
---|---|
robospice-retrofit-1.4.5.pom | |
robospice-retrofit-1.4.5.jar | 12 KB |
robospice-retrofit-1.4.5-sources.jar | 6 KB |
robospice-retrofit-1.4.5-javadoc.jar | 67 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.octo.android.robospice/robospice-retrofit/ -->
<dependency>
<groupId>com.octo.android.robospice</groupId>
<artifactId>robospice-retrofit</artifactId>
<version>1.4.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.octo.android.robospice/robospice-retrofit/
implementation 'com.octo.android.robospice:robospice-retrofit:1.4.5'
// https://jarcasting.com/artifacts/com.octo.android.robospice/robospice-retrofit/
implementation ("com.octo.android.robospice:robospice-retrofit:1.4.5")
'com.octo.android.robospice:robospice-retrofit:jar:1.4.5'
<dependency org="com.octo.android.robospice" name="robospice-retrofit" rev="1.4.5">
<artifact name="robospice-retrofit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.octo.android.robospice', module='robospice-retrofit', version='1.4.5')
)
libraryDependencies += "com.octo.android.robospice" % "robospice-retrofit" % "1.4.5"
[com.octo.android.robospice/robospice-retrofit "1.4.5"]