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