MVN

org.apache.camel : camel-itest-spring40

Maven & Gradle

May 14, 2017

Camel :: Integration Tests :: Spring 4.0 · Integration Test against Spring 4.0

<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>camel-itest-spring40</artifactId>
    <version>2.17.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.17.7

All Versions

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

Version Vulnerabilities Updated
2.17.x
camel-itest-spring40-2.17.7
camel-itest-spring40-2.17.6
camel-itest-spring40-2.17.5
camel-itest-spring40-2.17.4
camel-itest-spring40-2.17.3
camel-itest-spring40-2.17.2
camel-itest-spring40-2.17.1
camel-itest-spring40-2.17.0
2.16.x
camel-itest-spring40-2.16.5
camel-itest-spring40-2.16.4
camel-itest-spring40-2.16.3
camel-itest-spring40-2.16.2
camel-itest-spring40-2.16.1
camel-itest-spring40-2.16.0
2.15.x
camel-itest-spring40-2.15.6
camel-itest-spring40-2.15.5
camel-itest-spring40-2.15.4
camel-itest-spring40-2.15.3
camel-itest-spring40-2.15.2
camel-itest-spring40-2.15.1
camel-itest-spring40-2.15.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>camel-itest-spring40</artifactId>
    <version>2.17.7</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.camel:camel-itest-spring40:2.17.7'

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

implementation("org.apache.camel:camel-itest-spring40:2.17.7")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.camel" % "camel-itest-spring40" % "2.17.7"