c

camel-test-infra-common

Common test infrastructure code for Camel
Apache-2.0
文件下载
文件名 操作
camel-test-infra-common-4.8.0.jar 下载
camel-test-infra-common-4.8.0.pom 下载
camel-test-infra-common-4.8.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.camel</groupId>
  <artifactId>camel-test-infra-common</artifactId>
  <version>4.8.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.camel:camel-test-infra-common:4.8.0'
Gradle Kotlin
implementation("org.apache.camel:camel-test-infra-common:4.8.0")
Scala SBT
libraryDependencies += "org.apache.camel" % "camel-test-infra-common" % "4.8.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.camel', module='camel-test-infra-common', version='4.8.0')
)
Apache Ivy
<dependency org="org.apache.camel" name="camel-test-infra-common" rev="4.8.0" />
Leiningen
[org.apache.camel/camel-test-infra-common "4.8.0"]
Apache Buildr
'org.apache.camel:camel-test-infra-common:jar:4.8.0'