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
Files download
File Operation
qontract-core-0.5.0.jar download
qontract-core-0.5.0.pom download
qontract-core-0.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>run.qontract</groupId>
  <artifactId>qontract-core</artifactId>
  <version>0.5.0</version>
</dependency>
Gradle Groovy
implementation 'run.qontract:qontract-core:0.5.0'
Gradle Kotlin
implementation("run.qontract:qontract-core:0.5.0")
Scala SBT
libraryDependencies += "run.qontract" % "qontract-core" % "0.5.0"
Groovy Grape
@Grapes(
  @Grab(group='run.qontract', module='qontract-core', version='0.5.0')
)
Apache Ivy
<dependency org="run.qontract" name="qontract-core" rev="0.5.0" />
Leiningen
[run.qontract/qontract-core "0.5.0"]
Apache Buildr
'run.qontract:qontract-core:jar:0.5.0'