Download treetable-20040121.jar file - Jar t

Jar examples for t:treetable

Description

Example code for creating JTables with an embedded tree structure in Swing.

You can download jar file treetable 20040121 in this page.

License

LGPL v2.1+

Build File

You can use the following script to add treetable-20040121.jar to your project.

<dependency>
   <groupId>net.sf.squirrel-sql.thirdparty-non-maven</groupId>
   <artifactId>treetable</artifactId>
   <version>20040121</version>
</dependency>
compile group: 'net.sf.squirrel-sql.thirdparty-non-maven', name: 'treetable', version: '20040121'
libraryDependencies += "net.sf.squirrel-sql.thirdparty-non-maven" % "treetable" % "20040121"
<dependency org="net.sf.squirrel-sql.thirdparty-non-maven" name="treetable" rev="20040121"/>
@Grapes(@Grab(group='net.sf.squirrel-sql.thirdparty-non-maven', module='treetable', version='20040121'))
'net.sf.squirrel-sql.thirdparty-non-maven:treetable:jar:20040121'

Download

Click the following link to download the jar file.

treetable-20040121-sources.jar
treetable-20040121.jar
treetable-20040121.pom



Related Tutorials