| License | License | 
|---|---|
| Categories | CategoriesJUnit Unit Testing | 
| GroupId | GroupIdorg.apache.camel | 
| ArtifactId | ArtifactIdcamel-test-spring-junit5 | 
| Last Version | Last Version3.17.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionCamel :: Test :: Spring :: JUnit5 Camel unit testing with Spring and JUnit 5 | 
| Project Organization | Project Organization | 
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-test-spring-junit5/ -->
<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>camel-test-spring-junit5</artifactId>
    <version>3.17.0</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.camel/camel-test-spring-junit5/
implementation 'org.apache.camel:camel-test-spring-junit5:3.17.0'// https://jarcasting.com/artifacts/org.apache.camel/camel-test-spring-junit5/
implementation ("org.apache.camel:camel-test-spring-junit5:3.17.0")'org.apache.camel:camel-test-spring-junit5:jar:3.17.0'<dependency org="org.apache.camel" name="camel-test-spring-junit5" rev="3.17.0">
  <artifact name="camel-test-spring-junit5" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.camel', module='camel-test-spring-junit5', version='3.17.0')
)libraryDependencies += "org.apache.camel" % "camel-test-spring-junit5" % "3.17.0"[org.apache.camel/camel-test-spring-junit5 "3.17.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.camel : camel-test-junit5 | jar | 3.17.0 | 
| org.apache.camel : camel-spring-xml | jar | 3.17.0 | 
| org.springframework : spring-test | jar | 5.3.19 | 
