Categories |
CategoriesJackson Data JSON |
---|---|
GroupId | GroupIdcom.fasterxml.jackson.module |
ArtifactId | ArtifactIdjackson-module-jaxb-annotations |
Version | Version2.1.4 |
Type | Typejar |
<!-- 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.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.fasterxml.jackson.module/jackson-module-jaxb-annotations/
implementation 'com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.1.4'
// https://jarcasting.com/artifacts/com.fasterxml.jackson.module/jackson-module-jaxb-annotations/
implementation ("com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.1.4")
'com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.1.4'
<dependency org="com.fasterxml.jackson.module" name="jackson-module-jaxb-annotations" rev="2.1.4">
<artifact name="jackson-module-jaxb-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fasterxml.jackson.module', module='jackson-module-jaxb-annotations', version='2.1.4')
)
libraryDependencies += "com.fasterxml.jackson.module" % "jackson-module-jaxb-annotations" % "2.1.4"
[com.fasterxml.jackson.module/jackson-module-jaxb-annotations "2.1.4"]