| License |
License |
|---|---|
| GroupId | GroupIdcom.lafouche |
| ArtifactId | ArtifactIdxswingx |
| Version | Version0.20 |
| Type | Typejar |
| Description |
Descriptioncom.lafouche: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
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| xswingx-0.20.pom | |
| xswingx-0.20.jar | 406 KB |
| xswingx-0.20-sources.jar | 49 KB |
| xswingx-0.20-javadoc.jar | 411 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.lafouche/xswingx/ -->
<dependency>
<groupId>com.lafouche</groupId>
<artifactId>xswingx</artifactId>
<version>0.20</version>
</dependency>
// https://jarcasting.com/artifacts/com.lafouche/xswingx/
implementation 'com.lafouche:xswingx:0.20'
// https://jarcasting.com/artifacts/com.lafouche/xswingx/
implementation ("com.lafouche:xswingx:0.20")
'com.lafouche:xswingx:jar:0.20'
<dependency org="com.lafouche" name="xswingx" rev="0.20">
<artifact name="xswingx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lafouche', module='xswingx', version='0.20')
)
libraryDependencies += "com.lafouche" % "xswingx" % "0.20"
[com.lafouche/xswingx "0.20"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.jgoodies : looks | jar | 2.1.2 |
| com.jgoodies : forms | jar | 1.1.0 |
| org.swinglabs : swingx | jar | 0.9.2 |