t

test-infra

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