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