Categories |
CategoriesRetrofit Net HTTP Clients |
---|---|
GroupId | GroupIdcom.octo.android.robospice |
ArtifactId | ArtifactIdrobospice-retrofit |
Version | Version1.4.10 |
Type | Typejar |
Filename | Size |
---|---|
robospice-retrofit-1.4.10.pom | |
robospice-retrofit-1.4.10.jar | 14 KB |
robospice-retrofit-1.4.10-sources.jar | 7 KB |
robospice-retrofit-1.4.10-javadoc.jar | 91 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.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.octo.android.robospice/robospice-retrofit/
implementation 'com.octo.android.robospice:robospice-retrofit:1.4.10'
// https://jarcasting.com/artifacts/com.octo.android.robospice/robospice-retrofit/
implementation ("com.octo.android.robospice:robospice-retrofit:1.4.10")
'com.octo.android.robospice:robospice-retrofit:jar:1.4.10'
<dependency org="com.octo.android.robospice" name="robospice-retrofit" rev="1.4.10">
<artifact name="robospice-retrofit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.octo.android.robospice', module='robospice-retrofit', version='1.4.10')
)
libraryDependencies += "com.octo.android.robospice" % "robospice-retrofit" % "1.4.10"
[com.octo.android.robospice/robospice-retrofit "1.4.10"]