x

xswingx

When swingx ain't enough. Project provides 3 components (JSearch, Prompt and Buddy) to enhance customer experience in Swing applications. Project was originally available on Google Code and this version is the latest one released on that platform
https://github.com/matfouc/xswingx
GNU Lesser General Public License v3.0 only
Matthieu Foucher
文件下载
文件名 操作
xswingx-0.20.jar 下载
xswingx-0.20.pom 下载
xswingx-0.20-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.lafouche</groupId>
  <artifactId>xswingx</artifactId>
  <version>0.20</version>
</dependency>
Gradle Groovy
implementation 'com.lafouche:xswingx:0.20'
Gradle Kotlin
implementation("com.lafouche:xswingx:0.20")
Scala SBT
libraryDependencies += "com.lafouche" % "xswingx" % "0.20"
Groovy Grape
@Grapes(
  @Grab(group='com.lafouche', module='xswingx', version='0.20')
)
Apache Ivy
<dependency org="com.lafouche" name="xswingx" rev="0.20" />
Leiningen
[com.lafouche/xswingx "0.20"]
Apache Buildr
'com.lafouche:xswingx:jar:0.20'