c

camel-quarkus-integration-test-rest

Integration tests for Camel Quarkus Rest extension
Files download
File Operation
camel-quarkus-integration-test-rest-2.13.2.jar download
camel-quarkus-integration-test-rest-2.13.2.pom download
camel-quarkus-integration-test-rest-2.13.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.camel.quarkus</groupId>
  <artifactId>camel-quarkus-integration-test-rest</artifactId>
  <version>2.13.2</version>
</dependency>
Gradle Groovy
implementation 'org.apache.camel.quarkus:camel-quarkus-integration-test-rest:2.13.2'
Gradle Kotlin
implementation("org.apache.camel.quarkus:camel-quarkus-integration-test-rest:2.13.2")
Scala SBT
libraryDependencies += "org.apache.camel.quarkus" % "camel-quarkus-integration-test-rest" % "2.13.2"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.camel.quarkus', module='camel-quarkus-integration-test-rest', version='2.13.2')
)
Apache Ivy
<dependency org="org.apache.camel.quarkus" name="camel-quarkus-integration-test-rest" rev="2.13.2" />
Leiningen
[org.apache.camel.quarkus/camel-quarkus-integration-test-rest "2.13.2"]
Apache Buildr
'org.apache.camel.quarkus:camel-quarkus-integration-test-rest:jar:2.13.2'