Categories |
CategoriesSquare Business Logic Libraries Financial Retrofit Net HTTP Clients |
---|---|
GroupId | GroupIdcom.squareup.retrofit2 |
ArtifactId | ArtifactIdconverter-simplexml |
Version | Version2.6.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.squareup.retrofit2/converter-simplexml/ -->
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>converter-simplexml</artifactId>
<version>2.6.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.retrofit2/converter-simplexml/
implementation 'com.squareup.retrofit2:converter-simplexml:2.6.3'
// https://jarcasting.com/artifacts/com.squareup.retrofit2/converter-simplexml/
implementation ("com.squareup.retrofit2:converter-simplexml:2.6.3")
'com.squareup.retrofit2:converter-simplexml:jar:2.6.3'
<dependency org="com.squareup.retrofit2" name="converter-simplexml" rev="2.6.3">
<artifact name="converter-simplexml" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.squareup.retrofit2', module='converter-simplexml', version='2.6.3')
)
libraryDependencies += "com.squareup.retrofit2" % "converter-simplexml" % "2.6.3"
[com.squareup.retrofit2/converter-simplexml "2.6.3"]