c

cdi-test

junit extension for simple and efficient testing of cdi components
https://github.com/guhilling/cdi-test
Apache License, Version 2.0
Gunnar Hilling
文件下载
文件名 操作
cdi-test-3.3.5.pom 下载
Apache Maven
<dependency>
  <groupId>de.hilling.junit.cdi</groupId>
  <artifactId>cdi-test</artifactId>
  <version>3.3.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'de.hilling.junit.cdi:cdi-test:3.3.5'
Gradle Kotlin
implementation("de.hilling.junit.cdi:cdi-test:3.3.5")
Scala SBT
libraryDependencies += "de.hilling.junit.cdi" % "cdi-test" % "3.3.5"
Groovy Grape
@Grapes(
  @Grab(group='de.hilling.junit.cdi', module='cdi-test', version='3.3.5')
)
Apache Ivy
<dependency org="de.hilling.junit.cdi" name="cdi-test" rev="3.3.5" />
Leiningen
[de.hilling.junit.cdi/cdi-test "3.3.5"]
Apache Buildr
'de.hilling.junit.cdi:cdi-test:jar:3.3.5'
本项目依赖
该项目无第三方依赖