is not current version
Last Version 2.13.3

com.fasterxml.jackson.module:jackson-module-jaxb-annotations 2.2.0

Support for using JAXB annotations as an alternative to "native" Jackson annotations, for configuring data binding.

Categories

Categories

Jackson Data JSON
GroupId

GroupId

com.fasterxml.jackson.module
ArtifactId

ArtifactId

jackson-module-jaxb-annotations
Version

Version

2.2.0
Type

Type

jar

Download jackson-module-jaxb-annotations 2.2.0


<!-- https://jarcasting.com/artifacts/com.fasterxml.jackson.module/jackson-module-jaxb-annotations/ -->
<dependency>
    <groupId>com.fasterxml.jackson.module</groupId>
    <artifactId>jackson-module-jaxb-annotations</artifactId>
    <version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.fasterxml.jackson.module/jackson-module-jaxb-annotations/
implementation 'com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.2.0'
// https://jarcasting.com/artifacts/com.fasterxml.jackson.module/jackson-module-jaxb-annotations/
implementation ("com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.2.0")
'com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.2.0'
<dependency org="com.fasterxml.jackson.module" name="jackson-module-jaxb-annotations" rev="2.2.0">
  <artifact name="jackson-module-jaxb-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fasterxml.jackson.module', module='jackson-module-jaxb-annotations', version='2.2.0')
)
libraryDependencies += "com.fasterxml.jackson.module" % "jackson-module-jaxb-annotations" % "2.2.0"
[com.fasterxml.jackson.module/jackson-module-jaxb-annotations "2.2.0"]