| GroupId | GroupIdcom.gregmarut.resty |
|---|---|
| ArtifactId | ArtifactIdresty-android |
| Version | Version1.4.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| resty-android-1.4.2.pom | |
| resty-android-1.4.2.jar | 4 KB |
| resty-android-1.4.2-sources.jar | 2 KB |
| resty-android-1.4.2-javadoc.jar | 27 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gregmarut.resty/resty-android/ -->
<dependency>
<groupId>com.gregmarut.resty</groupId>
<artifactId>resty-android</artifactId>
<version>1.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.gregmarut.resty/resty-android/
implementation 'com.gregmarut.resty:resty-android:1.4.2'
// https://jarcasting.com/artifacts/com.gregmarut.resty/resty-android/
implementation ("com.gregmarut.resty:resty-android:1.4.2")
'com.gregmarut.resty:resty-android:jar:1.4.2'
<dependency org="com.gregmarut.resty" name="resty-android" rev="1.4.2">
<artifact name="resty-android" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gregmarut.resty', module='resty-android', version='1.4.2')
)
libraryDependencies += "com.gregmarut.resty" % "resty-android" % "1.4.2"
[com.gregmarut.resty/resty-android "1.4.2"]