MVN

org.swinglabs : swingx-project

Maven & Gradle

Sep 22, 2010

SwingX · Contains extensions to the Swing GUI toolkit, including new and enhanced components that provide functionality commonly required by rich client applications.

<dependency>
    <groupId>org.swinglabs</groupId>
    <artifactId>swingx-project</artifactId>
    <version>1.6.2-2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.swinglabs : swingx-project to add to Maven - Latest Versions:

  • Latest Stable: 1.6.2-2

All Versions

Choose a version of org.swinglabs : swingx-project to add to Maven - All Versions:

Version Vulnerabilities Updated
1.6.x
swingx-project-1.6.2-2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.swinglabs</groupId>
    <artifactId>swingx-project</artifactId>
    <version>1.6.2-2</version>
</dependency>

Advertisement