<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-xml-jaxp</artifactId>
<version>3.16.0</version>
</dependency>
implementation 'org.apache.camel.quarkus:camel-quarkus-integration-test-xml-jaxp:3.16.0'
implementation("org.apache.camel.quarkus:camel-quarkus-integration-test-xml-jaxp:3.16.0")
libraryDependencies += "org.apache.camel.quarkus" % "camel-quarkus-integration-test-xml-jaxp" % "3.16.0"
@Grapes(
@Grab(group='org.apache.camel.quarkus', module='camel-quarkus-integration-test-xml-jaxp', version='3.16.0')
)
<dependency org="org.apache.camel.quarkus" name="camel-quarkus-integration-test-xml-jaxp" rev="3.16.0" />