| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSquare Прикладные библиотеки Financial Retrofit Сеть HTTP Clients |
| Группа | Группаcom.squareup.retrofit |
| Идентификатор | Идентификаторconverter-simplexml |
| Версия | Версия2.0.0-beta2 |
| Тип | Типjar |
| Описание |
ОписаниеConverter: SimpleXML
Type-safe HTTP client for Android and Java by Square, Inc.
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/com.squareup.retrofit/converter-simplexml/ -->
<dependency>
<groupId>com.squareup.retrofit</groupId>
<artifactId>converter-simplexml</artifactId>
<version>2.0.0-beta2</version>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.retrofit/converter-simplexml/
implementation 'com.squareup.retrofit:converter-simplexml:2.0.0-beta2'
// https://jarcasting.com/artifacts/com.squareup.retrofit/converter-simplexml/
implementation ("com.squareup.retrofit:converter-simplexml:2.0.0-beta2")
'com.squareup.retrofit:converter-simplexml:jar:2.0.0-beta2'
<dependency org="com.squareup.retrofit" name="converter-simplexml" rev="2.0.0-beta2">
<artifact name="converter-simplexml" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.squareup.retrofit', module='converter-simplexml', version='2.0.0-beta2')
)
libraryDependencies += "com.squareup.retrofit" % "converter-simplexml" % "2.0.0-beta2"
[com.squareup.retrofit/converter-simplexml "2.0.0-beta2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.squareup.retrofit : retrofit | jar | 2.0.0-beta2 |
| org.simpleframework : simple-xml | jar | 2.7.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| com.squareup.okhttp : mockwebserver | jar | 2.5.0 |
| org.assertj : assertj-core | jar | 1.7.0 |