MVN

net.sf.squirrel-sql.thirdparty-non-maven : treetable

Maven & Gradle

Oct 03, 2009
2 usages

Tree Table Examples · Example code for creating JTables with an embedded tree structure in Swing.

<dependency>
    <groupId>net.sf.squirrel-sql.thirdparty-non-maven</groupId>
    <artifactId>treetable</artifactId>
    <version>20040121</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.squirrel-sql.thirdparty-non-maven : treetable to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 20040121

All Versions

Choose a version of net.sf.squirrel-sql.thirdparty-non-maven : treetable to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
20040121
treetable-20040121

How to add a dependency to Maven

Add the following net.sf.squirrel-sql.thirdparty-non-maven : treetable maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.squirrel-sql.thirdparty-non-maven</groupId>
    <artifactId>treetable</artifactId>
    <version>20040121</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.squirrel-sql.thirdparty-non-maven : treetable gradle dependency to your build.gradle file:

implementation 'net.sf.squirrel-sql.thirdparty-non-maven:treetable:20040121'

Gradle Kotlin DSL: Add the following net.sf.squirrel-sql.thirdparty-non-maven : treetable gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.squirrel-sql.thirdparty-non-maven:treetable:20040121")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.squirrel-sql.thirdparty-non-maven : treetable sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.squirrel-sql.thirdparty-non-maven" % "treetable" % "20040121"