License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.jtables |
ArtifactId | ArtifactIdjtables |
Last Version | Last Version2.2.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJTables
Simple and lightweight framework to work with tables and table based files such as CSV and other (tab)-delimited files.
|
Project URL |
Project URL |
Filename | Size |
---|---|
jtables-2.2.2.pom | |
jtables-2.2.2.jar | 22 KB |
jtables-2.2.2-sources.jar | 19 KB |
jtables-2.2.2-javadoc.jar | 122 KB |
jtables-2.2.2-jar-with-dependencies.jar | 130 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.jtables/jtables/ -->
<dependency>
<groupId>net.sf.jtables</groupId>
<artifactId>jtables</artifactId>
<version>2.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jtables/jtables/
implementation 'net.sf.jtables:jtables:2.2.2'
// https://jarcasting.com/artifacts/net.sf.jtables/jtables/
implementation ("net.sf.jtables:jtables:2.2.2")
'net.sf.jtables:jtables:jar:2.2.2'
<dependency org="net.sf.jtables" name="jtables" rev="2.2.2">
<artifact name="jtables" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.jtables', module='jtables', version='2.2.2')
)
libraryDependencies += "net.sf.jtables" % "jtables" % "2.2.2"
[net.sf.jtables/jtables "2.2.2"]
Group / Artifact | Type | Version |
---|---|---|
net.sf.kerner-utils-collections : kerner-utils-collections | jar | 1.1.1 |
net.sf.kerner-utils-io : kerner-utils-io | jar | 0.5.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |