<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-xchange</artifactId>
<version>2.12.0</version>
</dependency>
implementation 'org.apache.camel.quarkus:camel-quarkus-integration-test-xchange:2.12.0'
implementation("org.apache.camel.quarkus:camel-quarkus-integration-test-xchange:2.12.0")
libraryDependencies += "org.apache.camel.quarkus" % "camel-quarkus-integration-test-xchange" % "2.12.0"
@Grapes(
@Grab(group='org.apache.camel.quarkus', module='camel-quarkus-integration-test-xchange', version='2.12.0')
)
<dependency org="org.apache.camel.quarkus" name="camel-quarkus-integration-test-xchange" rev="2.12.0" />
<parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-build-parent-it</artifactId> <version>2.12.0</version> </parent>
compile
|-- org.apache.camel.quarkus:camel-quarkus-xchange
|-- io.quarkus:quarkus-resteasy
|-- io.quarkus:quarkus-resteasy-jsonb
|-- org.knowm.xchange:xchange-kraken
|-- org.apache.camel.quarkus:camel-quarkus-integration-wiremock-support
test