文件下载
文件名 操作
cdc-io-html-0.27.2.jar 下载
cdc-io-html-0.27.2.pom 下载
cdc-io-html-0.27.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.gitlab.cdc-java.io</groupId>
  <artifactId>cdc-io-html</artifactId>
  <version>0.27.2</version>
</dependency>
Gradle Groovy
implementation 'com.gitlab.cdc-java.io:cdc-io-html:0.27.2'
Gradle Kotlin
implementation("com.gitlab.cdc-java.io:cdc-io-html:0.27.2")
Scala SBT
libraryDependencies += "com.gitlab.cdc-java.io" % "cdc-io-html" % "0.27.2"
Groovy Grape
@Grapes(
  @Grab(group='com.gitlab.cdc-java.io', module='cdc-io-html', version='0.27.2')
)
Apache Ivy
<dependency org="com.gitlab.cdc-java.io" name="cdc-io-html" rev="0.27.2" />
Leiningen
[com.gitlab.cdc-java.io/cdc-io-html "0.27.2"]
Apache Buildr
'com.gitlab.cdc-java.io:cdc-io-html:jar:0.27.2'