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