| License |
License |
|---|---|
| Categories |
CategoriesJUnit Unit Testing |
| GroupId | GroupIdde.hilling.junit.cdi |
| ArtifactId | ArtifactIdcdi-test-extensions |
| Last Version | Last Version2.2.1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionCDI Test Extensions
add-ons for cdi-test
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| cdi-test-extensions-2.2.1.pom | 13 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.hilling.junit.cdi/cdi-test-extensions/ -->
<dependency>
<groupId>de.hilling.junit.cdi</groupId>
<artifactId>cdi-test-extensions</artifactId>
<version>2.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.hilling.junit.cdi/cdi-test-extensions/
implementation 'de.hilling.junit.cdi:cdi-test-extensions:2.2.1'
// https://jarcasting.com/artifacts/de.hilling.junit.cdi/cdi-test-extensions/
implementation ("de.hilling.junit.cdi:cdi-test-extensions:2.2.1")
'de.hilling.junit.cdi:cdi-test-extensions:pom:2.2.1'
<dependency org="de.hilling.junit.cdi" name="cdi-test-extensions" rev="2.2.1">
<artifact name="cdi-test-extensions" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.hilling.junit.cdi', module='cdi-test-extensions', version='2.2.1')
)
libraryDependencies += "de.hilling.junit.cdi" % "cdi-test-extensions" % "2.2.1"
[de.hilling.junit.cdi/cdi-test-extensions "2.2.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| de.hilling.junit.cdi : cdi-test-core | jar | 2.4.1 |
| javax.enterprise : cdi-api | jar | 2.0.SP1 |
| org.apache.deltaspike.core : deltaspike-core-api | jar | 1.9.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jboss.weld : weld-core-impl | jar | |
| org.jboss.weld.se : weld-se-core | jar | |
| org.slf4j : slf4j-jdk14 | jar | 1.7.32 |
| org.junit.jupiter : junit-jupiter | jar | 5.8.1 |
| org.apache.deltaspike.cdictrl : deltaspike-cdictrl-api | jar | 1.9.5 |
| org.apache.deltaspike.core : deltaspike-core-impl | jar | 1.9.5 |
| org.apache.deltaspike.cdictrl : deltaspike-cdictrl-weld | jar | 1.9.5 |
| org.mockito : mockito-core | jar | 3.12.4 |
| org.mockito : mockito-junit-jupiter | jar | 3.12.4 |