MVN

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

Maven & Gradle

Jul 15, 2023
1 usages

CDC - UI Demos

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

Latest Version

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

  • Latest Stable: 0.20.13

All Versions

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

Version Vulnerabilities Updated
0.20.x
cdc-ui-demos-0.20.13
cdc-ui-demos-0.20.12
cdc-ui-demos-0.20.11
cdc-ui-demos-0.20.10
cdc-ui-demos-0.20.9
cdc-ui-demos-0.20.8
cdc-ui-demos-0.20.7
cdc-ui-demos-0.20.6
cdc-ui-demos-0.20.5
cdc-ui-demos-0.20.4
cdc-ui-demos-0.20.3
cdc-ui-demos-0.20.2
cdc-ui-demos-0.20.1
cdc-ui-demos-0.20.0
0.13.x
cdc-ui-demos-0.13.2
cdc-ui-demos-0.13.1
cdc-ui-demos-0.13.0
0.12.x
cdc-ui-demos-0.12.1
cdc-ui-demos-0.12.0
0.11.x
cdc-ui-demos-0.11.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.gitlab.cdc-java.ui</groupId>
    <artifactId>cdc-ui-demos</artifactId>
    <version>0.20.13</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.gitlab.cdc-java.ui:cdc-ui-demos:0.20.13'

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

implementation("com.gitlab.cdc-java.ui:cdc-ui-demos:0.20.13")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.gitlab.cdc-java.ui" % "cdc-ui-demos" % "0.20.13"