MVN

org.apache.camel : camel-test-spring-junit5

Maven & Gradle

Aug 10, 2023
24 usages
27 stars

Camel :: Test :: Spring :: JUnit5 · Camel unit testing with Spring and JUnit 5

<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>camel-test-spring-junit5</artifactId>
    <version>4.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.0.0
  • Latest Release Candidate: 4.0.0-RC2

All Versions

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

Version Vulnerabilities Updated
4.0.x
camel-test-spring-junit5-4.0.0
camel-test-spring-junit5-4.0.0-RC2
camel-test-spring-junit5-4.0.0-RC1
camel-test-spring-junit5-4.0.0-M3
camel-test-spring-junit5-4.0.0-M2
camel-test-spring-junit5-4.0.0-M1
3.21.x
camel-test-spring-junit5-3.21.0
3.20.x
camel-test-spring-junit5-3.20.6
camel-test-spring-junit5-3.20.5
camel-test-spring-junit5-3.20.4
camel-test-spring-junit5-3.20.3
camel-test-spring-junit5-3.20.2
camel-test-spring-junit5-3.20.1
camel-test-spring-junit5-3.20.0
3.19.x
camel-test-spring-junit5-3.19.0
3.18.x
camel-test-spring-junit5-3.18.8
camel-test-spring-junit5-3.18.7
camel-test-spring-junit5-3.18.6
camel-test-spring-junit5-3.18.5
camel-test-spring-junit5-3.18.4
camel-test-spring-junit5-3.18.3
camel-test-spring-junit5-3.18.2
camel-test-spring-junit5-3.18.1
camel-test-spring-junit5-3.18.0
3.17.x
camel-test-spring-junit5-3.17.0
3.16.x
camel-test-spring-junit5-3.16.0
3.15.x
camel-test-spring-junit5-3.15.0
3.14.x
camel-test-spring-junit5-3.14.9
camel-test-spring-junit5-3.14.8
camel-test-spring-junit5-3.14.7
camel-test-spring-junit5-3.14.6
camel-test-spring-junit5-3.14.5
camel-test-spring-junit5-3.14.4
camel-test-spring-junit5-3.14.3
camel-test-spring-junit5-3.14.2
camel-test-spring-junit5-3.14.1
camel-test-spring-junit5-3.14.0
3.13.x
camel-test-spring-junit5-3.13.0
3.12.x
camel-test-spring-junit5-3.12.0
3.11.x
camel-test-spring-junit5-3.11.7
camel-test-spring-junit5-3.11.6
camel-test-spring-junit5-3.11.5
camel-test-spring-junit5-3.11.4
camel-test-spring-junit5-3.11.3
camel-test-spring-junit5-3.11.2
camel-test-spring-junit5-3.11.1
camel-test-spring-junit5-3.11.0
3.10.x
camel-test-spring-junit5-3.10.0
3.9.x
camel-test-spring-junit5-3.9.0
3.8.x
camel-test-spring-junit5-3.8.0
3.7.x
camel-test-spring-junit5-3.7.7
camel-test-spring-junit5-3.7.6
camel-test-spring-junit5-3.7.5
camel-test-spring-junit5-3.7.4
camel-test-spring-junit5-3.7.3
camel-test-spring-junit5-3.7.2
camel-test-spring-junit5-3.7.1
camel-test-spring-junit5-3.7.0
3.6.x
camel-test-spring-junit5-3.6.0
3.5.x
camel-test-spring-junit5-3.5.0
3.4.x
camel-test-spring-junit5-3.4.6
camel-test-spring-junit5-3.4.5
camel-test-spring-junit5-3.4.4
camel-test-spring-junit5-3.4.3
camel-test-spring-junit5-3.4.2
camel-test-spring-junit5-3.4.1
camel-test-spring-junit5-3.4.0
3.3.x
camel-test-spring-junit5-3.3.0
3.2.x
camel-test-spring-junit5-3.2.0
3.1.x
camel-test-spring-junit5-3.1.0
3.0.x
camel-test-spring-junit5-3.0.1
camel-test-spring-junit5-3.0.0
camel-test-spring-junit5-3.0.0-RC3
camel-test-spring-junit5-3.0.0-RC2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>camel-test-spring-junit5</artifactId>
    <version>4.0.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.camel:camel-test-spring-junit5:4.0.0'

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

implementation("org.apache.camel:camel-test-spring-junit5:4.0.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.camel" % "camel-test-spring-junit5" % "4.0.0"

Advertisement