MVN

com.gitlab.cdc-java.io : cdc-io-html

Maven & Gradle

Jul 15, 2023
3 usages

CDC - IO - HTML

<dependency>
    <groupId>com.gitlab.cdc-java.io</groupId>
    <artifactId>cdc-io-html</artifactId>
    <version>0.27.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.27.0

All Versions

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

Version Vulnerabilities Updated
0.27.x
cdc-io-html-0.27.0
0.26.x
cdc-io-html-0.26.2
cdc-io-html-0.26.1
cdc-io-html-0.26.0
0.25.x
cdc-io-html-0.25.1
cdc-io-html-0.25.0
0.24.x
cdc-io-html-0.24.0
0.23.x
cdc-io-html-0.23.2
cdc-io-html-0.23.1
cdc-io-html-0.23.0
0.22.x
cdc-io-html-0.22.0
0.21.x
cdc-io-html-0.21.3
cdc-io-html-0.21.2
cdc-io-html-0.21.1
cdc-io-html-0.21.0
0.20.x
cdc-io-html-0.20.0
0.13.x
cdc-io-html-0.13.2
cdc-io-html-0.13.1
cdc-io-html-0.13.0
0.12.x
cdc-io-html-0.12.0
0.11.x
cdc-io-html-0.11.0
0.10.x
cdc-io-html-0.10.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.gitlab.cdc-java.io</groupId>
    <artifactId>cdc-io-html</artifactId>
    <version>0.27.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.gitlab.cdc-java.io:cdc-io-html:0.27.0'

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

implementation("com.gitlab.cdc-java.io:cdc-io-html:0.27.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.gitlab.cdc-java.io" % "cdc-io-html" % "0.27.0"

Advertisement