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