d

docs

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