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