c

cdi-test

JUnit extension for easy and efficient testing of CDI components
https://github.com/guhilling/cdi-test
Apache License, Version 2.0
Gunnar Hilling
Files download
File Operation
cdi-test-3.3.10.pom download
Apache Maven
<dependency>
  <groupId>de.hilling.junit.cdi</groupId>
  <artifactId>cdi-test</artifactId>
  <version>3.3.10</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'de.hilling.junit.cdi:cdi-test:3.3.10'
Gradle Kotlin
implementation("de.hilling.junit.cdi:cdi-test:3.3.10")
Scala SBT
libraryDependencies += "de.hilling.junit.cdi" % "cdi-test" % "3.3.10"
Groovy Grape
@Grapes(
  @Grab(group='de.hilling.junit.cdi', module='cdi-test', version='3.3.10')
)
Apache Ivy
<dependency org="de.hilling.junit.cdi" name="cdi-test" rev="3.3.10" />
Leiningen
[de.hilling.junit.cdi/cdi-test "3.3.10"]
Apache Buildr
'de.hilling.junit.cdi:cdi-test:jar:3.3.10'
Dependencies
The project has no third-party dependencies