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