License |
License |
---|---|
Categories |
CategoriesRetrofit Net HTTP Clients |
GroupId | GroupIdcom.raxdenstudios |
ArtifactId | ArtifactIdcommons-retrofit |
Version | Version4.10.0 |
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-4.10.0.pom | |
commons-retrofit-4.10.0-sources.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.raxdenstudios/commons-retrofit/ -->
<dependency>
<groupId>com.raxdenstudios</groupId>
<artifactId>commons-retrofit</artifactId>
<version>4.10.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.raxdenstudios/commons-retrofit/
implementation 'com.raxdenstudios:commons-retrofit:4.10.0'
// https://jarcasting.com/artifacts/com.raxdenstudios/commons-retrofit/
implementation ("com.raxdenstudios:commons-retrofit:4.10.0")
'com.raxdenstudios:commons-retrofit:aar:4.10.0'
<dependency org="com.raxdenstudios" name="commons-retrofit" rev="4.10.0">
<artifact name="commons-retrofit" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.raxdenstudios', module='commons-retrofit', version='4.10.0')
)
libraryDependencies += "com.raxdenstudios" % "commons-retrofit" % "4.10.0"
[com.raxdenstudios/commons-retrofit "4.10.0"]
Group / Artifact | Type | Version |
---|---|---|
com.squareup.retrofit2 : retrofit | jar | 2.9.0 |
com.squareup.retrofit2 : converter-gson | jar | 2.9.0 |
com.google.code.gson : gson | jar | 2.8.6 |
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.4.10 |