License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdde.hilling.junit.cdi |
ArtifactId | ArtifactIddocs |
Version | Version4.0.0-RC6 |
Type | Typejar |
Description |
Descriptioncdi-test documentation
documentation for cdi-test (all included modules)
|
Filename | Size |
---|---|
docs-4.0.0-RC6.pom | |
docs-4.0.0-RC6.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.hilling.junit.cdi/docs/ -->
<dependency>
<groupId>de.hilling.junit.cdi</groupId>
<artifactId>docs</artifactId>
<version>4.0.0-RC6</version>
</dependency>
// https://jarcasting.com/artifacts/de.hilling.junit.cdi/docs/
implementation 'de.hilling.junit.cdi:docs:4.0.0-RC6'
// https://jarcasting.com/artifacts/de.hilling.junit.cdi/docs/
implementation ("de.hilling.junit.cdi:docs:4.0.0-RC6")
'de.hilling.junit.cdi:docs:jar:4.0.0-RC6'
<dependency org="de.hilling.junit.cdi" name="docs" rev="4.0.0-RC6">
<artifact name="docs" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.hilling.junit.cdi', module='docs', version='4.0.0-RC6')
)
libraryDependencies += "de.hilling.junit.cdi" % "docs" % "4.0.0-RC6"
[de.hilling.junit.cdi/docs "4.0.0-RC6"]