Files download
File Operation
cdi-test-1.2.2.pom download
Apache Maven
<dependency>
  <groupId>de.hilling.junit.cdi</groupId>
  <artifactId>cdi-test</artifactId>
  <version>1.2.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'de.hilling.junit.cdi:cdi-test:1.2.2'
Gradle Kotlin
implementation("de.hilling.junit.cdi:cdi-test:1.2.2")
Scala SBT
libraryDependencies += "de.hilling.junit.cdi" % "cdi-test" % "1.2.2"
Groovy Grape
@Grapes(
  @Grab(group='de.hilling.junit.cdi', module='cdi-test', version='1.2.2')
)
Apache Ivy
<dependency org="de.hilling.junit.cdi" name="cdi-test" rev="1.2.2" />
Leiningen
[de.hilling.junit.cdi/cdi-test "1.2.2"]
Apache Buildr
'de.hilling.junit.cdi:cdi-test:jar:1.2.2'
Dependencies
The project has no third-party dependencies