Group Id com.squareup.retrofit2
Artifact Id converter-simplexml
Version 2.6.0
Packaging jar
URL -
Badge
Last Updated 2021-12-16T15:28:32+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>com.squareup.retrofit2</groupId>
    <artifactId>converter-simplexml</artifactId>
    <version>2.6.0</version>
</dependency>
implementation group: 'com.squareup.retrofit2', name: 'converter-simplexml', version: '2.6.0'
implementation 'com.squareup.retrofit2:converter-simplexml:2.6.0'
implementation("com.squareup.retrofit2:converter-simplexml:2.6.0")
libraryDependencies += "com.squareup.retrofit2" % "converter-simplexml" % "2.6.0"
<dependency org="com.squareup.retrofit2" name="converter-simplexml" rev="2.6.0"/>
@Grapes(
    @Grab(group='com.squareup.retrofit2', module='converter-simplexml', version='2.6.0')
)
[com.squareup.retrofit2/converter-simplexml "2.6.0"]
'com.squareup.retrofit2:converter-simplexml:2.6.0'