| Categories |
CategoriesRetrofit Net HTTP Clients |
|---|---|
| GroupId | GroupIdcom.raxdenstudios |
| ArtifactId | ArtifactIdcommons-retrofit-rx |
| Version | Version4.9.3 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| commons-retrofit-rx-4.9.3.pom | |
| commons-retrofit-rx-4.9.3-sources.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.raxdenstudios/commons-retrofit-rx/ -->
<dependency>
<groupId>com.raxdenstudios</groupId>
<artifactId>commons-retrofit-rx</artifactId>
<version>4.9.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.raxdenstudios/commons-retrofit-rx/
implementation 'com.raxdenstudios:commons-retrofit-rx:4.9.3'
// https://jarcasting.com/artifacts/com.raxdenstudios/commons-retrofit-rx/
implementation ("com.raxdenstudios:commons-retrofit-rx:4.9.3")
'com.raxdenstudios:commons-retrofit-rx:aar:4.9.3'
<dependency org="com.raxdenstudios" name="commons-retrofit-rx" rev="4.9.3">
<artifact name="commons-retrofit-rx" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.raxdenstudios', module='commons-retrofit-rx', version='4.9.3')
)
libraryDependencies += "com.raxdenstudios" % "commons-retrofit-rx" % "4.9.3"
[com.raxdenstudios/commons-retrofit-rx "4.9.3"]