MVN

net.sf.jtables : jtables

Maven & Gradle

Nov 10, 2015

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

<dependency>
    <groupId>net.sf.jtables</groupId>
    <artifactId>jtables</artifactId>
    <version>2.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.jtables : jtables to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.2

All Versions

Choose a version of net.sf.jtables : jtables to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
jtables-2.2.2
jtables-2.2.1
jtables-2.2.0
2.1.x
jtables-2.1.11
jtables-2.1.10
jtables-2.1.9
jtables-2.1.8
jtables-2.1.7
jtables-2.1.6
jtables-2.1.5
jtables-2.1.2
jtables-2.1.1
jtables-2.1.0
2.0.x
jtables-2.0.3
jtables-2.0.2
jtables-2.0.1
jtables-2.0.0
1.0.x
jtables-1.0.2
jtables-1.0.1
jtables-1.0.0
0.4.x
jtables-0.4.4
jtables-0.4.3
jtables-0.4.2
jtables-0.4.1
jtables-0.4.0
0.3.x
jtables-0.3.3
jtables-0.3.2
jtables-0.3.1
jtables-0.3.0
0.2.x
jtables-0.2.0
0.1.x
jtables-0.1.1
jtables-0.1.0

How to add a dependency to Maven

Add the following net.sf.jtables : jtables maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.jtables</groupId>
    <artifactId>jtables</artifactId>
    <version>2.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.jtables : jtables gradle dependency to your build.gradle file:

implementation 'net.sf.jtables:jtables:2.2.2'

Gradle Kotlin DSL: Add the following net.sf.jtables : jtables gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.jtables:jtables:2.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.jtables : jtables sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.jtables" % "jtables" % "2.2.2"

Advertisement