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