i

integration-tests

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