is not current version
Last Version 1.1

com.mobprofs:retrofit-simplexmlconverter 1.0

Converter implementation for Square's retrofit library which uses Simple XML for serialization and deserialization of entities.

Categories

Categories

Retrofit Net HTTP Clients
GroupId

GroupId

com.mobprofs
ArtifactId

ArtifactId

retrofit-simplexmlconverter
Version

Version

1.0
Type

Type

jar

Download retrofit-simplexmlconverter 1.0


<!-- https://jarcasting.com/artifacts/com.mobprofs/retrofit-simplexmlconverter/ -->
<dependency>
    <groupId>com.mobprofs</groupId>
    <artifactId>retrofit-simplexmlconverter</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mobprofs/retrofit-simplexmlconverter/
implementation 'com.mobprofs:retrofit-simplexmlconverter:1.0'
// https://jarcasting.com/artifacts/com.mobprofs/retrofit-simplexmlconverter/
implementation ("com.mobprofs:retrofit-simplexmlconverter:1.0")
'com.mobprofs:retrofit-simplexmlconverter:jar:1.0'
<dependency org="com.mobprofs" name="retrofit-simplexmlconverter" rev="1.0">
  <artifact name="retrofit-simplexmlconverter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mobprofs', module='retrofit-simplexmlconverter', version='1.0')
)
libraryDependencies += "com.mobprofs" % "retrofit-simplexmlconverter" % "1.0"
[com.mobprofs/retrofit-simplexmlconverter "1.0"]