File | Operation |
---|---|
robospice-retrofit-parent-1.4.4.pom | download |
<dependency>
<groupId>com.octo.android.robospice</groupId>
<artifactId>robospice-retrofit-parent</artifactId>
<version>1.4.4</version>
<type>pom</type>
</dependency>
libraryDependencies += "com.octo.android.robospice" % "robospice-retrofit-parent" % "1.4.4"
@Grapes(
@Grab(group='com.octo.android.robospice', module='robospice-retrofit-parent', version='1.4.4')
)
<dependency org="com.octo.android.robospice" name="robospice-retrofit-parent" rev="1.4.4" />
<parent> <groupId>com.octo.android.robospice</groupId> <artifactId>robospice-parent</artifactId> <version>1.4.4</version> </parent>