| License |
License |
|---|---|
| Categories |
CategoriesJUnit Unit Testing |
| GroupId | GroupIdde.hilling.junit.cdi |
| ArtifactId | ArtifactIdcdi-test-docs |
| Last Version | Last Version3.2.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiondocumentation for cdi test
|
| Filename | Size |
|---|---|
| cdi-test-docs-3.2.1.pom | |
| cdi-test-docs-3.2.1.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>3.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.hilling.junit.cdi/cdi-test-docs/
implementation 'de.hilling.junit.cdi:cdi-test-docs:3.2.1'
// https://jarcasting.com/artifacts/de.hilling.junit.cdi/cdi-test-docs/
implementation ("de.hilling.junit.cdi:cdi-test-docs:3.2.1")
'de.hilling.junit.cdi:cdi-test-docs:jar:3.2.1'
<dependency org="de.hilling.junit.cdi" name="cdi-test-docs" rev="3.2.1">
<artifact name="cdi-test-docs" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.hilling.junit.cdi', module='cdi-test-docs', version='3.2.1')
)
libraryDependencies += "de.hilling.junit.cdi" % "cdi-test-docs" % "3.2.1"
[de.hilling.junit.cdi/cdi-test-docs "3.2.1"]