is not current version
Last Version 2.2.2

net.sf.jtables:jtables 0.4.1

Simple and lightweight framework to work with tables and table based files such as CSV and other (tab)-delimited files.

Categories

Categories

Net
GroupId

GroupId

net.sf.jtables
ArtifactId

ArtifactId

jtables
Version

Version

0.4.1
Type

Type

jar

Download jtables 0.4.1


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