s

swingx

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-0.9.1.jar download
swingx-0.9.1.pom download
swingx-0.9.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.swinglabs</groupId>
  <artifactId>swingx</artifactId>
  <version>0.9.1</version>
</dependency>
Gradle Groovy
implementation 'org.swinglabs:swingx:0.9.1'
Gradle Kotlin
implementation("org.swinglabs:swingx:0.9.1")
Scala SBT
libraryDependencies += "org.swinglabs" % "swingx" % "0.9.1"
Groovy Grape
@Grapes(
  @Grab(group='org.swinglabs', module='swingx', version='0.9.1')
)
Apache Ivy
<dependency org="org.swinglabs" name="swingx" rev="0.9.1" />
Leiningen
[org.swinglabs/swingx "0.9.1"]
Apache Buildr
'org.swinglabs:swingx:jar:0.9.1'
Dependencies