License |
License |
---|---|
Categories |
CategoriesRetrofit Net HTTP Clients |
GroupId | GroupIdcom.raxdenstudios |
ArtifactId | ArtifactIdcommons-retrofit-rx |
Version | Version4.9.4 |
Type | Typeaar |
Description |
DescriptionRetrofit Commons
Retrofit commons is a library with a set of useful classes to help to developer to work with retrofit.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
commons-retrofit-rx-4.9.4.pom | |
commons-retrofit-rx-4.9.4-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.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.raxdenstudios/commons-retrofit-rx/
implementation 'com.raxdenstudios:commons-retrofit-rx:4.9.4'
// https://jarcasting.com/artifacts/com.raxdenstudios/commons-retrofit-rx/
implementation ("com.raxdenstudios:commons-retrofit-rx:4.9.4")
'com.raxdenstudios:commons-retrofit-rx:aar:4.9.4'
<dependency org="com.raxdenstudios" name="commons-retrofit-rx" rev="4.9.4">
<artifact name="commons-retrofit-rx" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.raxdenstudios', module='commons-retrofit-rx', version='4.9.4')
)
libraryDependencies += "com.raxdenstudios" % "commons-retrofit-rx" % "4.9.4"
[com.raxdenstudios/commons-retrofit-rx "4.9.4"]
Group / Artifact | Type | Version |
---|---|---|
com.raxdenstudios : commons-retrofit | jar | 4.9.4 |
com.squareup.retrofit2 : adapter-rxjava2 | jar | 2.9.0 |
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.4.10 |
Group / Artifact | Type | Version |
---|---|---|
io.reactivex.rxjava2 : rxandroid | jar | 2.1.1 |