is not current version
Last Version 2.1.4

com.github.t1:wunderbar 1.0.2

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

GroupId

GroupId

com.github.t1
ArtifactId

ArtifactId

wunderbar
Version

Version

1.0.2
Type

Type

pom

Download wunderbar 1.0.2

Filename Size
wunderbar-1.0.2.pom 6 KB
Browse

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