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