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