<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-jakarta-xmlbind-annotations</artifactId>
<version>2.15.2</version>
<type>bundle</type>
</dependency>
implementation 'com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations:2.15.2'
implementation("com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations:2.15.2")
libraryDependencies += "com.fasterxml.jackson.module" % "jackson-module-jakarta-xmlbind-annotations" % "2.15.2"
@Grapes(
@Grab(group='com.fasterxml.jackson.module', module='jackson-module-jakarta-xmlbind-annotations', version='2.15.2')
)
<dependency org="com.fasterxml.jackson.module" name="jackson-module-jakarta-xmlbind-annotations" rev="2.15.2" />
<parent> <groupId>com.fasterxml.jackson.module</groupId> <artifactId>jackson-modules-base</artifactId> <version>2.15.2</version> </parent>
compile
|-- com.fasterxml.jackson.core:jackson-annotations
|-- com.fasterxml.jackson.core:jackson-core
|-- com.fasterxml.jackson.core:jackson-databind
|-- jakarta.xml.bind:jakarta.xml.bind-api:3.0.1
|-- jakarta.activation:jakarta.activation-api:2.1.0
test