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