Categories |
CategoriesRetrofit Net HTTP Clients |
---|---|
GroupId | GroupIdcom.raxdenstudios |
ArtifactId | ArtifactIdcommons-retrofit |
Version | Version4.16.18 |
Type | Typeaar |
Filename | Size |
---|---|
commons-retrofit-4.16.18.pom | |
commons-retrofit-4.16.18-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.18</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.raxdenstudios/commons-retrofit/
implementation 'com.raxdenstudios:commons-retrofit:4.16.18'
// https://jarcasting.com/artifacts/com.raxdenstudios/commons-retrofit/
implementation ("com.raxdenstudios:commons-retrofit:4.16.18")
'com.raxdenstudios:commons-retrofit:aar:4.16.18'
<dependency org="com.raxdenstudios" name="commons-retrofit" rev="4.16.18">
<artifact name="commons-retrofit" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.raxdenstudios', module='commons-retrofit', version='4.16.18')
)
libraryDependencies += "com.raxdenstudios" % "commons-retrofit" % "4.16.18"
[com.raxdenstudios/commons-retrofit "4.16.18"]