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