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