MVN

com.gitlab.cdc-java.rdb : cdc-rdb-tools

Maven & Gradle

Jul 15, 2023
2 usages

CDC - RDB - Tools

<dependency>
    <groupId>com.gitlab.cdc-java.rdb</groupId>
    <artifactId>cdc-rdb-tools</artifactId>
    <version>0.22.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.22.6

All Versions

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

Version Vulnerabilities Updated
0.22.x
cdc-rdb-tools-0.22.6
cdc-rdb-tools-0.22.5
cdc-rdb-tools-0.22.4
cdc-rdb-tools-0.22.3
cdc-rdb-tools-0.22.2
cdc-rdb-tools-0.22.1
cdc-rdb-tools-0.22.0
0.21.x
cdc-rdb-tools-0.21.2
cdc-rdb-tools-0.21.1
cdc-rdb-tools-0.21.0
0.20.x
cdc-rdb-tools-0.20.3
cdc-rdb-tools-0.20.2
cdc-rdb-tools-0.20.1
cdc-rdb-tools-0.20.0
0.12.x
cdc-rdb-tools-0.12.3
cdc-rdb-tools-0.12.2
cdc-rdb-tools-0.12.1
cdc-rdb-tools-0.12.0
0.11.x
cdc-rdb-tools-0.11.2
cdc-rdb-tools-0.11.1
cdc-rdb-tools-0.11.0
0.10.x
cdc-rdb-tools-0.10.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.gitlab.cdc-java.rdb</groupId>
    <artifactId>cdc-rdb-tools</artifactId>
    <version>0.22.6</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.gitlab.cdc-java.rdb:cdc-rdb-tools:0.22.6'

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

implementation("com.gitlab.cdc-java.rdb:cdc-rdb-tools:0.22.6")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.gitlab.cdc-java.rdb" % "cdc-rdb-tools" % "0.22.6"