MVN

com.gitlab.cdc-java.graphs : cdc-graphs-core

Maven & Gradle

Jul 15, 2023
7 usages

CDC - Graphs - Core

<dependency>
    <groupId>com.gitlab.cdc-java.graphs</groupId>
    <artifactId>cdc-graphs-core</artifactId>
    <version>0.65.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.65.1

All Versions

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

Version Vulnerabilities Updated
0.65.x
cdc-graphs-core-0.65.1
cdc-graphs-core-0.65.0
0.64.x
cdc-graphs-core-0.64.5
cdc-graphs-core-0.64.4
cdc-graphs-core-0.64.3
cdc-graphs-core-0.64.2
cdc-graphs-core-0.64.1
cdc-graphs-core-0.64.0
0.63.x
cdc-graphs-core-0.63.2
cdc-graphs-core-0.63.1
cdc-graphs-core-0.63.0
0.62.x
cdc-graphs-core-0.62.0
0.61.x
cdc-graphs-core-0.61.1
cdc-graphs-core-0.61.0
0.60.x
cdc-graphs-core-0.60.1
cdc-graphs-core-0.60.0
0.52.x
cdc-graphs-core-0.52.2
cdc-graphs-core-0.52.1
cdc-graphs-core-0.52.0
0.51.x
cdc-graphs-core-0.51.2
cdc-graphs-core-0.51.1
cdc-graphs-core-0.51.0
0.50.x
cdc-graphs-core-0.50.1
cdc-graphs-core-0.50.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.gitlab.cdc-java.graphs</groupId>
    <artifactId>cdc-graphs-core</artifactId>
    <version>0.65.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.gitlab.cdc-java.graphs:cdc-graphs-core:0.65.1'

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

implementation("com.gitlab.cdc-java.graphs:cdc-graphs-core:0.65.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.gitlab.cdc-java.graphs" % "cdc-graphs-core" % "0.65.1"