SwingX 1.6.1 is in central maven repo
As Karl mentioned already in his blog, SwingX 1.6.1 was released few weeks ago. There were some issues uploading the artifacts to central repo this time, due to previous nexus migration and changes in structure of repositories, but all is solved now.
To use 1.6.1 simply update your pom to
</dependency>
<groupId>org.swinglabs</groupId>
<artifactId>swingx</artifactId>
<version>1.6.1</version>
</dependency>
Enjoy,
Jan
- Login or register to post comments
- Printer-friendly version
- rah003's blog
- 1530 reads






Comments
Unnecessary dependencies
by kschaefe - 2010-07-25 16:56
We no longer need either the JHLabs or swing-worker backport dependencies. Can we do an update release to remove these?
Karl
We could indeed. But since
by rah003 - 2010-07-25 23:46
We could indeed. But since they are declared as compile time dependencies only it should not really matter, plus they can be easily excluded.
I'll make sure they are removed for the next time.