Files download
File Operation
cdc-io-txt-0.26.0.jar download
cdc-io-txt-0.26.0.pom download
cdc-io-txt-0.26.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.gitlab.cdc-java.io</groupId>
  <artifactId>cdc-io-txt</artifactId>
  <version>0.26.0</version>
</dependency>
Gradle Groovy
implementation 'com.gitlab.cdc-java.io:cdc-io-txt:0.26.0'
Gradle Kotlin
implementation("com.gitlab.cdc-java.io:cdc-io-txt:0.26.0")
Scala SBT
libraryDependencies += "com.gitlab.cdc-java.io" % "cdc-io-txt" % "0.26.0"
Groovy Grape
@Grapes(
  @Grab(group='com.gitlab.cdc-java.io', module='cdc-io-txt', version='0.26.0')
)
Apache Ivy
<dependency org="com.gitlab.cdc-java.io" name="cdc-io-txt" rev="0.26.0" />
Leiningen
[com.gitlab.cdc-java.io/cdc-io-txt "0.26.0"]
Apache Buildr
'com.gitlab.cdc-java.io:cdc-io-txt:jar:0.26.0'