Categories |
CategoriesRetrofit Net HTTP Clients |
---|---|
GroupId | GroupIdcom.tickaroo.tikxml |
ArtifactId | ArtifactIdretrofit-converter |
Version | Version0.8.13 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.tickaroo.tikxml/retrofit-converter/ -->
<dependency>
<groupId>com.tickaroo.tikxml</groupId>
<artifactId>retrofit-converter</artifactId>
<version>0.8.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.tickaroo.tikxml/retrofit-converter/
implementation 'com.tickaroo.tikxml:retrofit-converter:0.8.13'
// https://jarcasting.com/artifacts/com.tickaroo.tikxml/retrofit-converter/
implementation ("com.tickaroo.tikxml:retrofit-converter:0.8.13")
'com.tickaroo.tikxml:retrofit-converter:jar:0.8.13'
<dependency org="com.tickaroo.tikxml" name="retrofit-converter" rev="0.8.13">
<artifact name="retrofit-converter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tickaroo.tikxml', module='retrofit-converter', version='0.8.13')
)
libraryDependencies += "com.tickaroo.tikxml" % "retrofit-converter" % "0.8.13"
[com.tickaroo.tikxml/retrofit-converter "0.8.13"]