MVN

org.jsonx.sample : cdc

Maven & Gradle

May 23, 2020
9 stars

JSONx Sample CDC · JSONx Sample CDC: Consumer Driven Contracts.

<dependency>
    <groupId>org.jsonx.sample</groupId>
    <artifactId>cdc</artifactId>
    <version>0.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jsonx.sample : cdc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.2

All Versions

Choose a version of org.jsonx.sample : cdc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
cdc-0.3.2
cdc-0.3.1

How to add a dependency to Maven

Add the following org.jsonx.sample : cdc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jsonx.sample</groupId>
    <artifactId>cdc</artifactId>
    <version>0.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jsonx.sample : cdc gradle dependency to your build.gradle file:

implementation 'org.jsonx.sample:cdc:0.3.2'

Gradle Kotlin DSL: Add the following org.jsonx.sample : cdc gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jsonx.sample:cdc:0.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jsonx.sample : cdc sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jsonx.sample" % "cdc" % "0.3.2"