License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices |
GroupId | GroupIdorg.apache.camel.quarkus |
ArtifactId | ArtifactIdcamel-quarkus-core-xml |
Last Version | Last Version1.0.0-M4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCamel Quarkus :: Core XML :: Runtime
Includes implementations of Java Architecture for XML Binding (JAXB) and Java API for XML Processing (JAXP)
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-core-xml/ -->
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-core-xml</artifactId>
<version>1.0.0-M4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-core-xml/
implementation 'org.apache.camel.quarkus:camel-quarkus-core-xml:1.0.0-M4'
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-core-xml/
implementation ("org.apache.camel.quarkus:camel-quarkus-core-xml:1.0.0-M4")
'org.apache.camel.quarkus:camel-quarkus-core-xml:jar:1.0.0-M4'
<dependency org="org.apache.camel.quarkus" name="camel-quarkus-core-xml" rev="1.0.0-M4">
<artifact name="camel-quarkus-core-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.quarkus', module='camel-quarkus-core-xml', version='1.0.0-M4')
)
libraryDependencies += "org.apache.camel.quarkus" % "camel-quarkus-core-xml" % "1.0.0-M4"
[org.apache.camel.quarkus/camel-quarkus-core-xml "1.0.0-M4"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.camel : camel-xml-jaxb | jar | |
org.apache.camel.quarkus : camel-quarkus-core | jar | |
org.apache.camel.quarkus : camel-quarkus-support-xml | jar | |
io.quarkus : quarkus-jaxb | jar |