w

wunderbar

The easy way to Consumer Driven Contracts (https://martinfowler.com/articles/consumerDrivenContracts.html)
https://github.com/t1/wunderbar
Apache License 2.0
Rüdiger zu Dohna
Files download
File Operation
wunderbar-2.1.4.pom download
Apache Maven
<dependency>
  <groupId>com.github.t1</groupId>
  <artifactId>wunderbar</artifactId>
  <version>2.1.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.t1:wunderbar:2.1.4'
Gradle Kotlin
implementation("com.github.t1:wunderbar:2.1.4")
Scala SBT
libraryDependencies += "com.github.t1" % "wunderbar" % "2.1.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.t1', module='wunderbar', version='2.1.4')
)
Apache Ivy
<dependency org="com.github.t1" name="wunderbar" rev="2.1.4" />
Leiningen
[com.github.t1/wunderbar "2.1.4"]
Apache Buildr
'com.github.t1:wunderbar:jar:2.1.4'
Dependencies
The project has no third-party dependencies