is not current version
Last Version 0.3.2

org.jsonx.sample:cdc 0.3.1

JSONx Sample CDC: Consumer Driven Contracts.

Categories

Categories

JSON Data
GroupId

GroupId

org.jsonx.sample
ArtifactId

ArtifactId

cdc
Version

Version

0.3.1
Type

Type

jar

Download cdc 0.3.1


<!-- https://jarcasting.com/artifacts/org.jsonx.sample/cdc/ -->
<dependency>
    <groupId>org.jsonx.sample</groupId>
    <artifactId>cdc</artifactId>
    <version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jsonx.sample/cdc/
implementation 'org.jsonx.sample:cdc:0.3.1'
// https://jarcasting.com/artifacts/org.jsonx.sample/cdc/
implementation ("org.jsonx.sample:cdc:0.3.1")
'org.jsonx.sample:cdc:jar:0.3.1'
<dependency org="org.jsonx.sample" name="cdc" rev="0.3.1">
  <artifact name="cdc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jsonx.sample', module='cdc', version='0.3.1')
)
libraryDependencies += "org.jsonx.sample" % "cdc" % "0.3.1"
[org.jsonx.sample/cdc "0.3.1"]