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