License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdde.hilling.junit.cdi |
ArtifactId | ArtifactIdcdi-test |
Last Version | Last Version4.0.0-RC6 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionCDI Test
JUnit extension for easy and efficient testing of CDI components
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cdi-test-4.0.0-RC6.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.hilling.junit.cdi/cdi-test/ -->
<dependency>
<groupId>de.hilling.junit.cdi</groupId>
<artifactId>cdi-test</artifactId>
<version>4.0.0-RC6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.hilling.junit.cdi/cdi-test/
implementation 'de.hilling.junit.cdi:cdi-test:4.0.0-RC6'
// https://jarcasting.com/artifacts/de.hilling.junit.cdi/cdi-test/
implementation ("de.hilling.junit.cdi:cdi-test:4.0.0-RC6")
'de.hilling.junit.cdi:cdi-test:pom:4.0.0-RC6'
<dependency org="de.hilling.junit.cdi" name="cdi-test" rev="4.0.0-RC6">
<artifact name="cdi-test" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.hilling.junit.cdi', module='cdi-test', version='4.0.0-RC6')
)
libraryDependencies += "de.hilling.junit.cdi" % "cdi-test" % "4.0.0-RC6"
[de.hilling.junit.cdi/cdi-test "4.0.0-RC6"]