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