is not current version
Last Version 2.1.4

com.github.t1:wunderbar 2.0.1

The easy way to Consumer Driven Contracts (https://martinfowler.com/articles/consumerDrivenContracts.html)

GroupId

GroupId

com.github.t1
ArtifactId

ArtifactId

wunderbar
Version

Version

2.0.1
Type

Type

pom

Download wunderbar 2.0.1

Filename Size
wunderbar-2.0.1.pom 8 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.t1/wunderbar/ -->
<dependency>
    <groupId>com.github.t1</groupId>
    <artifactId>wunderbar</artifactId>
    <version>2.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.t1/wunderbar/
implementation 'com.github.t1:wunderbar:2.0.1'
// https://jarcasting.com/artifacts/com.github.t1/wunderbar/
implementation ("com.github.t1:wunderbar:2.0.1")
'com.github.t1:wunderbar:pom:2.0.1'
<dependency org="com.github.t1" name="wunderbar" rev="2.0.1">
  <artifact name="wunderbar" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.t1', module='wunderbar', version='2.0.1')
)
libraryDependencies += "com.github.t1" % "wunderbar" % "2.0.1"
[com.github.t1/wunderbar "2.0.1"]