q

qontract-core

A Contract Testing Tool that leverages Gherkin to describe APIs in a human readable and machine enforceable manner
https://qontract.run
MIT
Qontract Builders
文件下载
文件名 操作
qontract-core-0.13.1.jar 下载
qontract-core-0.13.1.pom 下载
qontract-core-0.13.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>run.qontract</groupId>
  <artifactId>qontract-core</artifactId>
  <version>0.13.1</version>
</dependency>
Gradle Groovy
implementation 'run.qontract:qontract-core:0.13.1'
Gradle Kotlin
implementation("run.qontract:qontract-core:0.13.1")
Scala SBT
libraryDependencies += "run.qontract" % "qontract-core" % "0.13.1"
Groovy Grape
@Grapes(
  @Grab(group='run.qontract', module='qontract-core', version='0.13.1')
)
Apache Ivy
<dependency org="run.qontract" name="qontract-core" rev="0.13.1" />
Leiningen
[run.qontract/qontract-core "0.13.1"]
Apache Buildr
'run.qontract:qontract-core:jar:0.13.1'