Group Id com.squareup.retrofit2
Artifact Id converter-jaxb
Version 2.8.2
Packaging jar
URL -
Badge
Last Updated 2020-05-18T11:24:53+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>com.squareup.retrofit2</groupId>
    <artifactId>converter-jaxb</artifactId>
    <version>2.8.2</version>
</dependency>
implementation group: 'com.squareup.retrofit2', name: 'converter-jaxb', version: '2.8.2'
implementation 'com.squareup.retrofit2:converter-jaxb:2.8.2'
implementation("com.squareup.retrofit2:converter-jaxb:2.8.2")
libraryDependencies += "com.squareup.retrofit2" % "converter-jaxb" % "2.8.2"
<dependency org="com.squareup.retrofit2" name="converter-jaxb" rev="2.8.2"/>
@Grapes(
    @Grab(group='com.squareup.retrofit2', module='converter-jaxb', version='2.8.2')
)
[com.squareup.retrofit2/converter-jaxb "2.8.2"]
'com.squareup.retrofit2:converter-jaxb:2.8.2'