d

docs

documentation for cdi-test (all included modules)
文件下载
文件名 操作
docs-4.0.0-RC2.jar 下载
docs-4.0.0-RC2.pom 下载
Apache Maven
<dependency>
  <groupId>de.hilling.junit.cdi</groupId>
  <artifactId>docs</artifactId>
  <version>4.0.0-RC2</version>
</dependency>
Gradle Groovy
implementation 'de.hilling.junit.cdi:docs:4.0.0-RC2'
Gradle Kotlin
implementation("de.hilling.junit.cdi:docs:4.0.0-RC2")
Scala SBT
libraryDependencies += "de.hilling.junit.cdi" % "docs" % "4.0.0-RC2"
Groovy Grape
@Grapes(
  @Grab(group='de.hilling.junit.cdi', module='docs', version='4.0.0-RC2')
)
Apache Ivy
<dependency org="de.hilling.junit.cdi" name="docs" rev="4.0.0-RC2" />
Leiningen
[de.hilling.junit.cdi/docs "4.0.0-RC2"]
Apache Buildr
'de.hilling.junit.cdi:docs:jar:4.0.0-RC2'