i

integration-tests

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