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