Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sourceforge.streamsupport |
ArtifactId | ArtifactIdandroid-retroflow |
Version | Version1.7.0 |
Type | Typejar |
Filename | Size |
---|---|
android-retroflow-1.7.0.pom | |
android-retroflow-1.7.0.jar | 19 KB |
android-retroflow-1.7.0-sources.jar | 20 KB |
android-retroflow-1.7.0-javadoc.jar | 58 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.streamsupport/android-retroflow/ -->
<dependency>
<groupId>net.sourceforge.streamsupport</groupId>
<artifactId>android-retroflow</artifactId>
<version>1.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.streamsupport/android-retroflow/
implementation 'net.sourceforge.streamsupport:android-retroflow:1.7.0'
// https://jarcasting.com/artifacts/net.sourceforge.streamsupport/android-retroflow/
implementation ("net.sourceforge.streamsupport:android-retroflow:1.7.0")
'net.sourceforge.streamsupport:android-retroflow:jar:1.7.0'
<dependency org="net.sourceforge.streamsupport" name="android-retroflow" rev="1.7.0">
<artifact name="android-retroflow" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.streamsupport', module='android-retroflow', version='1.7.0')
)
libraryDependencies += "net.sourceforge.streamsupport" % "android-retroflow" % "1.7.0"
[net.sourceforge.streamsupport/android-retroflow "1.7.0"]