<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-xpath</artifactId>
<version>3.15.1</version>
</dependency>
implementation("org.apache.camel.quarkus:camel-quarkus-integration-test-xpath:3.15.1")
libraryDependencies += "org.apache.camel.quarkus" % "camel-quarkus-integration-test-xpath" % "3.15.1"
@Grapes(
@Grab(group='org.apache.camel.quarkus', module='camel-quarkus-integration-test-xpath', version='3.15.1')
)
<dependency org="org.apache.camel.quarkus" name="camel-quarkus-integration-test-xpath" rev="3.15.1" />
<parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-build-parent-it</artifactId> <version>3.15.1</version> </parent>
compile
|-- org.apache.camel.quarkus:camel-quarkus-bean
|-- org.apache.camel.quarkus:camel-quarkus-direct
|-- org.apache.camel.quarkus:camel-quarkus-xpath
|-- io.quarkus:quarkus-resteasy
test