s

swingx-project

Contains extensions to the Swing GUI toolkit, including new and enhanced components that provide functionality commonly required by rich client applications.
http://www.swinglabs.org/
Lesser General Public License (LGPL)
Files download
File Operation
swingx-project-1.6.5.pom download
Apache Maven
<dependency>
  <groupId>org.swinglabs.swingx</groupId>
  <artifactId>swingx-project</artifactId>
  <version>1.6.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.swinglabs.swingx:swingx-project:1.6.5'
Gradle Kotlin
implementation("org.swinglabs.swingx:swingx-project:1.6.5")
Scala SBT
libraryDependencies += "org.swinglabs.swingx" % "swingx-project" % "1.6.5"
Groovy Grape
@Grapes(
  @Grab(group='org.swinglabs.swingx', module='swingx-project', version='1.6.5')
)
Apache Ivy
<dependency org="org.swinglabs.swingx" name="swingx-project" rev="1.6.5" />
Leiningen
[org.swinglabs.swingx/swingx-project "1.6.5"]
Apache Buildr
'org.swinglabs.swingx:swingx-project:jar:1.6.5'