c

camel-quarkus-integration-tests-support

Ancillary modules required by some integration tests. Hosted outside the integration-tests directory so that we can keep a flat hierarchy in the integration-tests directory.
文件下载
文件名 操作
camel-quarkus-integration-tests-support-3.10.0.pom 下载
Apache Maven
<dependency>
  <groupId>org.apache.camel.quarkus</groupId>
  <artifactId>camel-quarkus-integration-tests-support</artifactId>
  <version>3.10.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.camel.quarkus:camel-quarkus-integration-tests-support:3.10.0'
Gradle Kotlin
implementation("org.apache.camel.quarkus:camel-quarkus-integration-tests-support:3.10.0")
Scala SBT
libraryDependencies += "org.apache.camel.quarkus" % "camel-quarkus-integration-tests-support" % "3.10.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.camel.quarkus', module='camel-quarkus-integration-tests-support', version='3.10.0')
)
Apache Ivy
<dependency org="org.apache.camel.quarkus" name="camel-quarkus-integration-tests-support" rev="3.10.0" />
Leiningen
[org.apache.camel.quarkus/camel-quarkus-integration-tests-support "3.10.0"]
Apache Buildr
'org.apache.camel.quarkus:camel-quarkus-integration-tests-support:jar:3.10.0'