| Категории |
КатегорииSquare Прикладные библиотеки Financial Retrofit Сеть HTTP Clients |
|---|---|
| Группа | Группаcom.squareup.retrofit |
| Идентификатор | Идентификаторconverter-simplexml |
| Версия | Версия1.5.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| converter-simplexml-1.5.0.pom | |
| converter-simplexml-1.5.0.jar | 3 KB |
| converter-simplexml-1.5.0-sources.jar | 1 KB |
| converter-simplexml-1.5.0-javadoc.jar | 23 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.squareup.retrofit/converter-simplexml/ -->
<dependency>
<groupId>com.squareup.retrofit</groupId>
<artifactId>converter-simplexml</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.retrofit/converter-simplexml/
implementation 'com.squareup.retrofit:converter-simplexml:1.5.0'
// https://jarcasting.com/artifacts/com.squareup.retrofit/converter-simplexml/
implementation ("com.squareup.retrofit:converter-simplexml:1.5.0")
'com.squareup.retrofit:converter-simplexml:jar:1.5.0'
<dependency org="com.squareup.retrofit" name="converter-simplexml" rev="1.5.0">
<artifact name="converter-simplexml" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.squareup.retrofit', module='converter-simplexml', version='1.5.0')
)
libraryDependencies += "com.squareup.retrofit" % "converter-simplexml" % "1.5.0"
[com.squareup.retrofit/converter-simplexml "1.5.0"]