Dependency Information

Apache Maven

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

Apache Buildr

'net.sf.jtables:jtables:jar:2.2.4'

Apache Ivy

<dependency org="net.sf.jtables" name="jtables" rev="2.2.4">
  <artifact name="jtables" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='net.sf.jtables', module='jtables', version='2.2.4')
)

Grails

compile 'net.sf.jtables:jtables:2.2.4'

Leiningen

[net.sf.jtables/jtables "2.2.4"]

SBT

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