i

integration-tests

文件下载
文件名 操作
integration-tests-0.10.1.pom 下载
Apache Maven
<dependency>
  <groupId>de.hilling.junit.cdi</groupId>
  <artifactId>integration-tests</artifactId>
  <version>0.10.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'de.hilling.junit.cdi:integration-tests:0.10.1'
Gradle Kotlin
implementation("de.hilling.junit.cdi:integration-tests:0.10.1")
Scala SBT
libraryDependencies += "de.hilling.junit.cdi" % "integration-tests" % "0.10.1"
Groovy Grape
@Grapes(
  @Grab(group='de.hilling.junit.cdi', module='integration-tests', version='0.10.1')
)
Apache Ivy
<dependency org="de.hilling.junit.cdi" name="integration-tests" rev="0.10.1" />
Leiningen
[de.hilling.junit.cdi/integration-tests "0.10.1"]
Apache Buildr
'de.hilling.junit.cdi:integration-tests:jar:0.10.1'