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