| Categories |
CategoriesJUnit Unit Testing |
|---|---|
| GroupId | GroupIdde.hilling.junit.cdi |
| ArtifactId | ArtifactIdcdi-test |
| Version | Version0.12.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| cdi-test-0.12.0.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>0.12.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.hilling.junit.cdi/cdi-test/
implementation 'de.hilling.junit.cdi:cdi-test:0.12.0'
// https://jarcasting.com/artifacts/de.hilling.junit.cdi/cdi-test/
implementation ("de.hilling.junit.cdi:cdi-test:0.12.0")
'de.hilling.junit.cdi:cdi-test:pom:0.12.0'
<dependency org="de.hilling.junit.cdi" name="cdi-test" rev="0.12.0">
<artifact name="cdi-test" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.hilling.junit.cdi', module='cdi-test', version='0.12.0')
)
libraryDependencies += "de.hilling.junit.cdi" % "cdi-test" % "0.12.0"
[de.hilling.junit.cdi/cdi-test "0.12.0"]