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