MVN

org.apache.camel : camel-itest-spring32

Maven & Gradle

May 14, 2017

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

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

Latest Version

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

  • Latest Stable: 2.17.7

All Versions

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

Version Vulnerabilities Updated
2.17.x
camel-itest-spring32-2.17.7
camel-itest-spring32-2.17.6
camel-itest-spring32-2.17.5
camel-itest-spring32-2.17.4
camel-itest-spring32-2.17.3
camel-itest-spring32-2.17.2
camel-itest-spring32-2.17.1
camel-itest-spring32-2.17.0
2.16.x
camel-itest-spring32-2.16.5
camel-itest-spring32-2.16.4
camel-itest-spring32-2.16.3
camel-itest-spring32-2.16.2
camel-itest-spring32-2.16.1
camel-itest-spring32-2.16.0
2.15.x
camel-itest-spring32-2.15.6
camel-itest-spring32-2.15.5
camel-itest-spring32-2.15.4
camel-itest-spring32-2.15.3
camel-itest-spring32-2.15.2
camel-itest-spring32-2.15.1
camel-itest-spring32-2.15.0
2.14.x
camel-itest-spring32-2.14.4
camel-itest-spring32-2.14.3
camel-itest-spring32-2.14.2
camel-itest-spring32-2.14.1
camel-itest-spring32-2.14.0
2.13.x
camel-itest-spring32-2.13.4
camel-itest-spring32-2.13.3
camel-itest-spring32-2.13.2
camel-itest-spring32-2.13.1
camel-itest-spring32-2.13.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>camel-itest-spring32</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-spring32 gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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