d

docs

documentation for cdi-test (all included modules)
Files download
File Operation
docs-4.3.0.jar download
docs-4.3.0.pom download
Apache Maven
<dependency>
  <groupId>de.hilling.junit.cdi</groupId>
  <artifactId>docs</artifactId>
  <version>4.3.0</version>
</dependency>
Gradle Groovy
implementation 'de.hilling.junit.cdi:docs:4.3.0'
Gradle Kotlin
implementation("de.hilling.junit.cdi:docs:4.3.0")
Scala SBT
libraryDependencies += "de.hilling.junit.cdi" % "docs" % "4.3.0"
Groovy Grape
@Grapes(
  @Grab(group='de.hilling.junit.cdi', module='docs', version='4.3.0')
)
Apache Ivy
<dependency org="de.hilling.junit.cdi" name="docs" rev="4.3.0" />
Leiningen
[de.hilling.junit.cdi/docs "4.3.0"]
Apache Buildr
'de.hilling.junit.cdi:docs:jar:4.3.0'