MVN

org.apache.camel : camel-itest-spring30

Maven & Gradle

Feb 15, 2014

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

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

Latest Version

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

  • Latest Stable: 2.11.4

All Versions

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

Version Vulnerabilities Updated
2.11.x
camel-itest-spring30-2.11.4
camel-itest-spring30-2.11.3
camel-itest-spring30-2.11.2
camel-itest-spring30-2.11.1
camel-itest-spring30-2.11.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>camel-itest-spring30</artifactId>
    <version>2.11.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.camel:camel-itest-spring30:2.11.4'

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

implementation("org.apache.camel:camel-itest-spring30:2.11.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.camel" % "camel-itest-spring30" % "2.11.4"

Advertisement