d

docs

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