MVN

com.squareup.retrofit2 : converter-jaxb

Maven & Gradle

May 20, 2020
12 usages

Converter: JAXB · A Retrofit Converter which uses JAXB for serialization.

<dependency>
    <groupId>com.squareup.retrofit2</groupId>
    <artifactId>converter-jaxb</artifactId>
    <version>2.9.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.squareup.retrofit2 : converter-jaxb to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.9.0

All Versions

Choose a version of com.squareup.retrofit2 : converter-jaxb to add to Maven or Gradle - All Versions:

  • Version Updated
  • converter-jaxb-2.9.0

    May 20, 2020
  • converter-jaxb-2.8.2

    May 18, 2020
  • converter-jaxb-2.8.1

    Mar 25, 2020
  • converter-jaxb-2.8.0

    Mar 23, 2020
  • converter-jaxb-2.7.2

    Feb 25, 2020
  • converter-jaxb-2.7.1

    Jan 02, 2020
  • converter-jaxb-2.6.4

    Jan 02, 2020
  • converter-jaxb-2.7.0

    Dec 09, 2019
  • converter-jaxb-2.6.3

    Dec 09, 2019
  • converter-jaxb-2.6.2

    Sep 24, 2019
  • converter-jaxb-2.6.1

    Jul 31, 2019
  • converter-jaxb-2.6.0

    Jun 05, 2019
  • converter-jaxb-2.5.0

    Nov 18, 2018
  • converter-jaxb-2.4.0

    Mar 14, 2018

How to add a dependency to Maven

Add the following com.squareup.retrofit2 : converter-jaxb maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.squareup.retrofit2</groupId>
    <artifactId>converter-jaxb</artifactId>
    <version>2.9.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.squareup.retrofit2 : converter-jaxb gradle dependency to your build.gradle file:

implementation 'com.squareup.retrofit2:converter-jaxb:2.9.0'

Gradle Kotlin DSL: Add the following com.squareup.retrofit2 : converter-jaxb gradle kotlin dependency to your build.gradle.kts file:

implementation("com.squareup.retrofit2:converter-jaxb:2.9.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.squareup.retrofit2 : converter-jaxb sbt scala dependency to your build.sbt file:

libraryDependencies += "com.squareup.retrofit2" % "converter-jaxb" % "2.9.0"