MVN

com.gitlab.cdc-java.util : cdc-util-demos

Maven & Gradle

Jul 15, 2023
2 usages

CDC - Util Demos · Util demonstrations.

<dependency>
    <groupId>com.gitlab.cdc-java.util</groupId>
    <artifactId>cdc-util-demos</artifactId>
    <version>0.33.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gitlab.cdc-java.util : cdc-util-demos to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.33.0

All Versions

Choose a version of com.gitlab.cdc-java.util : cdc-util-demos to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.33.x
cdc-util-demos-0.33.0
0.32.x
cdc-util-demos-0.32.0
0.31.x
cdc-util-demos-0.31.0
0.30.x
cdc-util-demos-0.30.0
0.29.x
cdc-util-demos-0.29.0
0.28.x
cdc-util-demos-0.28.2
cdc-util-demos-0.28.1
cdc-util-demos-0.28.0
0.27.x
cdc-util-demos-0.27.0
0.26.x
cdc-util-demos-0.26.0
0.25.x
cdc-util-demos-0.25.0
0.24.x
cdc-util-demos-0.24.0
0.23.x
cdc-util-demos-0.23.0
0.22.x
cdc-util-demos-0.22.0
0.21.x
cdc-util-demos-0.21.0
0.20.x
cdc-util-demos-0.20.0
0.14.x
cdc-util-demos-0.14.2
cdc-util-demos-0.14.1
cdc-util-demos-0.14.0
0.13.x
cdc-util-demos-0.13.2
cdc-util-demos-0.13.1
cdc-util-demos-0.13.0

How to add a dependency to Maven

Add the following com.gitlab.cdc-java.util : cdc-util-demos maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gitlab.cdc-java.util</groupId>
    <artifactId>cdc-util-demos</artifactId>
    <version>0.33.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gitlab.cdc-java.util : cdc-util-demos gradle dependency to your build.gradle file:

implementation 'com.gitlab.cdc-java.util:cdc-util-demos:0.33.0'

Gradle Kotlin DSL: Add the following com.gitlab.cdc-java.util : cdc-util-demos gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gitlab.cdc-java.util:cdc-util-demos:0.33.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gitlab.cdc-java.util : cdc-util-demos sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gitlab.cdc-java.util" % "cdc-util-demos" % "0.33.0"

Advertisement