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