文件下载
文件名 操作
cdi-test-3.0.0.pom 下载
Apache Maven
<dependency>
  <groupId>de.hilling.junit.cdi</groupId>
  <artifactId>cdi-test</artifactId>
  <version>3.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'de.hilling.junit.cdi:cdi-test:3.0.0'
Gradle Kotlin
implementation("de.hilling.junit.cdi:cdi-test:3.0.0")
Scala SBT
libraryDependencies += "de.hilling.junit.cdi" % "cdi-test" % "3.0.0"
Groovy Grape
@Grapes(
  @Grab(group='de.hilling.junit.cdi', module='cdi-test', version='3.0.0')
)
Apache Ivy
<dependency org="de.hilling.junit.cdi" name="cdi-test" rev="3.0.0" />
Leiningen
[de.hilling.junit.cdi/cdi-test "3.0.0"]
Apache Buildr
'de.hilling.junit.cdi:cdi-test:jar:3.0.0'
本项目依赖
该项目无第三方依赖