| License |
License |
|---|---|
| Categories |
CategoriesJackson Data JSON |
| GroupId | GroupIdorg.apache.camel |
| ArtifactId | ArtifactIdcamel-jacksonxml |
| Last Version | Last Version3.17.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCamel :: Jackson XML
Camel Jackson XML support
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| camel-jacksonxml-3.17.0.pom | |
| camel-jacksonxml-3.17.0.jar | 26 KB |
| camel-jacksonxml-3.17.0-sources.jar | 15 KB |
| camel-jacksonxml-3.17.0-javadoc.jar | 61 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-jacksonxml/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-jacksonxml</artifactId>
<version>3.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-jacksonxml/
implementation 'org.apache.camel:camel-jacksonxml:3.17.0'
// https://jarcasting.com/artifacts/org.apache.camel/camel-jacksonxml/
implementation ("org.apache.camel:camel-jacksonxml:3.17.0")
'org.apache.camel:camel-jacksonxml:jar:3.17.0'
<dependency org="org.apache.camel" name="camel-jacksonxml" rev="3.17.0">
<artifact name="camel-jacksonxml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-jacksonxml', version='3.17.0')
)
libraryDependencies += "org.apache.camel" % "camel-jacksonxml" % "3.17.0"
[org.apache.camel/camel-jacksonxml "3.17.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.camel : camel-support | jar | 3.17.0 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.13.2 |
| com.fasterxml.jackson.dataformat : jackson-dataformat-xml | jar | 2.13.2 |
| com.fasterxml.jackson.module : jackson-module-jaxb-annotations | jar | 2.13.2 |