w

wiremock-contract-verifier

Your description of the lib
https://site_for_lib.tld
The Apache Software License, Version 2.0
Yugang Zhou
Files download
File Operation
wiremock-contract-verifier-0.3.0.jar download
wiremock-contract-verifier-0.3.0.pom download
wiremock-contract-verifier-0.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.hippoom</groupId>
  <artifactId>wiremock-contract-verifier</artifactId>
  <version>0.3.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.hippoom:wiremock-contract-verifier:0.3.0'
Gradle Kotlin
implementation("com.github.hippoom:wiremock-contract-verifier:0.3.0")
Scala SBT
libraryDependencies += "com.github.hippoom" % "wiremock-contract-verifier" % "0.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.hippoom', module='wiremock-contract-verifier', version='0.3.0')
)
Apache Ivy
<dependency org="com.github.hippoom" name="wiremock-contract-verifier" rev="0.3.0" />
Leiningen
[com.github.hippoom/wiremock-contract-verifier "0.3.0"]
Apache Buildr
'com.github.hippoom:wiremock-contract-verifier:jar:0.3.0'