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