r

robospice-retrofit-parent

RoboSpice Retrofit module parent
Files download
File Operation
robospice-retrofit-parent-1.4.5.pom download
Apache Maven
<dependency>
  <groupId>com.octo.android.robospice</groupId>
  <artifactId>robospice-retrofit-parent</artifactId>
  <version>1.4.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.octo.android.robospice:robospice-retrofit-parent:1.4.5'
Gradle Kotlin
implementation("com.octo.android.robospice:robospice-retrofit-parent:1.4.5")
Scala SBT
libraryDependencies += "com.octo.android.robospice" % "robospice-retrofit-parent" % "1.4.5"
Groovy Grape
@Grapes(
  @Grab(group='com.octo.android.robospice', module='robospice-retrofit-parent', version='1.4.5')
)
Apache Ivy
<dependency org="com.octo.android.robospice" name="robospice-retrofit-parent" rev="1.4.5" />
Leiningen
[com.octo.android.robospice/robospice-retrofit-parent "1.4.5"]
Apache Buildr
'com.octo.android.robospice:robospice-retrofit-parent:jar:1.4.5'