t

test-infra

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