q

qbit-test-support

support library for unit and integration tests
https://github.com/advantageous/qbit
The Apache Software License, Version 2.0
Richard Hightower Geoffrey Chandler
文件下载
文件名 操作
qbit-test-support-1.1.0.RELEASE.jar 下载
qbit-test-support-1.1.0.RELEASE.pom 下载
qbit-test-support-1.1.0.RELEASE-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.advantageous.qbit</groupId>
  <artifactId>qbit-test-support</artifactId>
  <version>1.1.0.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'io.advantageous.qbit:qbit-test-support:1.1.0.RELEASE'
Gradle Kotlin
implementation("io.advantageous.qbit:qbit-test-support:1.1.0.RELEASE")
Scala SBT
libraryDependencies += "io.advantageous.qbit" % "qbit-test-support" % "1.1.0.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='io.advantageous.qbit', module='qbit-test-support', version='1.1.0.RELEASE')
)
Apache Ivy
<dependency org="io.advantageous.qbit" name="qbit-test-support" rev="1.1.0.RELEASE" />
Leiningen
[io.advantageous.qbit/qbit-test-support "1.1.0.RELEASE"]
Apache Buildr
'io.advantageous.qbit:qbit-test-support:jar:1.1.0.RELEASE'