License |
License |
---|---|
Categories |
CategoriesRetrofit Net HTTP Clients |
GroupId | GroupIdcom.mobprofs |
ArtifactId | ArtifactIdretrofit-simplexmlconverter |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionretrofit-simplexmlconverter
Converter implementation for Square's retrofit library which uses
Simple XML for serialization and deserialization of entities.
|
Project Organization |
Project OrganizationMobile Professionals |
<!-- https://jarcasting.com/artifacts/com.mobprofs/retrofit-simplexmlconverter/ -->
<dependency>
<groupId>com.mobprofs</groupId>
<artifactId>retrofit-simplexmlconverter</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.mobprofs/retrofit-simplexmlconverter/
implementation 'com.mobprofs:retrofit-simplexmlconverter:1.1'
// https://jarcasting.com/artifacts/com.mobprofs/retrofit-simplexmlconverter/
implementation ("com.mobprofs:retrofit-simplexmlconverter:1.1")
'com.mobprofs:retrofit-simplexmlconverter:jar:1.1'
<dependency org="com.mobprofs" name="retrofit-simplexmlconverter" rev="1.1">
<artifact name="retrofit-simplexmlconverter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mobprofs', module='retrofit-simplexmlconverter', version='1.1')
)
libraryDependencies += "com.mobprofs" % "retrofit-simplexmlconverter" % "1.1"
[com.mobprofs/retrofit-simplexmlconverter "1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.squareup.retrofit : retrofit | jar | 1.3.0 |
org.simpleframework : simple-xml | jar | 2.7.1 |