MVN

org.apache.camel : camel-itest-spring-2.0

Maven & Gradle

Jan 25, 2011

Camel :: ITest :: Spring 2.0 · Integration Test against Spring 2.0

<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>camel-itest-spring-2.0</artifactId>
    <version>2.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.camel : camel-itest-spring-2.0 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.0

All Versions

Choose a version of org.apache.camel : camel-itest-spring-2.0 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6.x
camel-itest-spring-2.0-2.6.0
2.5.x
camel-itest-spring-2.0-2.5.0
2.4.x
camel-itest-spring-2.0-2.4.0
2.3.x
camel-itest-spring-2.0-2.3.0
2.2.x
camel-itest-spring-2.0-2.2.0
2.1.x
camel-itest-spring-2.0-2.1.0
2.0.x
camel-itest-spring-2.0-2.0.0
2.0
camel-itest-spring-2.0-2.0-M3
camel-itest-spring-2.0-2.0-M2
camel-itest-spring-2.0-2.0-M1
1.6.x
camel-itest-spring-2.0-1.6.4
camel-itest-spring-2.0-1.6.3
camel-itest-spring-2.0-1.6.2
camel-itest-spring-2.0-1.6.1
camel-itest-spring-2.0-1.6.0
1.5.x
camel-itest-spring-2.0-1.5.0
1.4.x
camel-itest-spring-2.0-1.4.0
1.3.x
camel-itest-spring-2.0-1.3.0

How to add a dependency to Maven

Add the following org.apache.camel : camel-itest-spring-2.0 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>camel-itest-spring-2.0</artifactId>
    <version>2.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.camel : camel-itest-spring-2.0 gradle dependency to your build.gradle file:

implementation 'org.apache.camel:camel-itest-spring-2.0:2.6.0'

Gradle Kotlin DSL: Add the following org.apache.camel : camel-itest-spring-2.0 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.camel:camel-itest-spring-2.0:2.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.camel : camel-itest-spring-2.0 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.camel" % "camel-itest-spring-2.0" % "2.6.0"

Advertisement