TextTable

Simple library for representing tabular data in text files

License

License

GroupId

GroupId

au.com.refactor.texttable
ArtifactId

ArtifactId

texttable
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

TextTable
Simple library for representing tabular data in text files

Download texttable

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
commons-io : commons-io jar 2.4

test (1)

Group / Artifact Type Version
junit : junit jar 4.7

Project Modules

There are no modules declared in this project.

Versions

Version
0.1.0
0.0.1