is not current version
Last Version 0.1.0

au.com.refactor.texttable:texttable 0.0.1

Simple library for representing tabular data in text files

GroupId

GroupId

au.com.refactor.texttable
ArtifactId

ArtifactId

texttable
Version

Version

0.0.1
Type

Type

jar

Download texttable 0.0.1


<!-- https://jarcasting.com/artifacts/au.com.refactor.texttable/texttable/ -->
<dependency>
    <groupId>au.com.refactor.texttable</groupId>
    <artifactId>texttable</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/au.com.refactor.texttable/texttable/
implementation 'au.com.refactor.texttable:texttable:0.0.1'
// https://jarcasting.com/artifacts/au.com.refactor.texttable/texttable/
implementation ("au.com.refactor.texttable:texttable:0.0.1")
'au.com.refactor.texttable:texttable:jar:0.0.1'
<dependency org="au.com.refactor.texttable" name="texttable" rev="0.0.1">
  <artifact name="texttable" type="jar" />
</dependency>
@Grapes(
@Grab(group='au.com.refactor.texttable', module='texttable', version='0.0.1')
)
libraryDependencies += "au.com.refactor.texttable" % "texttable" % "0.0.1"
[au.com.refactor.texttable/texttable "0.0.1"]