MVN

com.fasterxml : jackson-xml-databind

Maven & Gradle

Nov 11, 2011
20 usages

Jackson-XML-databind · Extension for Jackson (http://jackson.codehaus.org) to offer alternative support for serializing POJOs as XML and deserializing XML as pojos. Support implemented on top of Stax API (javax.xml.stream), by implementing core Jackson Streaming API types like JsonGenerator, JsonParser and JsonFactory. Some data-binding types overridden as well (ObjectMapper sub-classed as XmlMapper).

<dependency>
    <groupId>com.fasterxml</groupId>
    <artifactId>jackson-xml-databind</artifactId>
    <version>0.6.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.fasterxml : jackson-xml-databind to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.2

All Versions

Choose a version of com.fasterxml : jackson-xml-databind to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
jackson-xml-databind-0.6.2
jackson-xml-databind-0.6.1
jackson-xml-databind-0.6.0
0.5.x
jackson-xml-databind-0.5.3
jackson-xml-databind-0.5.2
jackson-xml-databind-0.5.0

How to add a dependency to Maven

Add the following com.fasterxml : jackson-xml-databind maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.fasterxml</groupId>
    <artifactId>jackson-xml-databind</artifactId>
    <version>0.6.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.fasterxml : jackson-xml-databind gradle dependency to your build.gradle file:

implementation 'com.fasterxml:jackson-xml-databind:0.6.2'

Gradle Kotlin DSL: Add the following com.fasterxml : jackson-xml-databind gradle kotlin dependency to your build.gradle.kts file:

implementation("com.fasterxml:jackson-xml-databind:0.6.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.fasterxml : jackson-xml-databind sbt scala dependency to your build.sbt file:

libraryDependencies += "com.fasterxml" % "jackson-xml-databind" % "0.6.2"

Advertisement

Dependencies from Group

Oct 19, 2019
511 usages
251 stars
Jan 15, 2022
105 usages
276 stars
Nov 11, 2011
20 usages
Mar 07, 2012
7 usages
495 stars
Nov 18, 2011
1 usages
21 stars

Discover Dependencies

Aug 07, 2023
939 usages
3.6k stars
Aug 15, 2023
2 usages
178 stars
Aug 21, 2023
267 usages
794 stars
Aug 23, 2023
512 usages
Mar 30, 2023
52 usages
1.6k stars
Jun 18, 2022
4 usages
498 stars
Aug 10, 2023
58 usages
677 stars
Jun 15, 2017
6 usages
May 15, 2023
231 usages
7.2k stars