Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdde.hilling.junit.cdi |
ArtifactId | ArtifactIdcdi-test |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
cdi-test-1.0.0.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.hilling.junit.cdi/cdi-test/ -->
<dependency>
<groupId>de.hilling.junit.cdi</groupId>
<artifactId>cdi-test</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.hilling.junit.cdi/cdi-test/
implementation 'de.hilling.junit.cdi:cdi-test:1.0.0'
// https://jarcasting.com/artifacts/de.hilling.junit.cdi/cdi-test/
implementation ("de.hilling.junit.cdi:cdi-test:1.0.0")
'de.hilling.junit.cdi:cdi-test:pom:1.0.0'
<dependency org="de.hilling.junit.cdi" name="cdi-test" rev="1.0.0">
<artifact name="cdi-test" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.hilling.junit.cdi', module='cdi-test', version='1.0.0')
)
libraryDependencies += "de.hilling.junit.cdi" % "cdi-test" % "1.0.0"
[de.hilling.junit.cdi/cdi-test "1.0.0"]