swingx-ws Maven Repository

SwingLabs is a great resource for everyone who wants to make their java applications look as nice as possible. The main swingx-package is available in the main maven repository using this dependency:

1
2
3
4
5
<dependency>
      <groupId>org.swinglabs</groupId>
      <artifactId>swingx</artifactId>
      <version>0.9.2</version>
</dependency>

But sadly Swingx-ws is missing. At the moment only weekly snapshots exist on the SwingLabs-Homepage.

Today I uploaded swingx-ws to my own little maven2 repository because it will be used in a little application I am playing with :) .

You can add swingx-ws to your project with this lines:

1
2
3
4
5
<dependency>
      <groupId>org.swinglabs</groupId>
      <artifactId>swingx-ws</artifactId>
      <version>0.1-SNAPSHOT</version>
</dependency>

You have to add this repository to your project:

1
2
3
4
<repository>
      <id>wannawork</id>
      <url>http://stuff.wannawork.de/maven2</url>
</repository>

This little application is done in less than 20 Lines of Code:

Some Links about the map component:

Dieser Beitrag wurde unter Allgemeines abgelegt und mit , , , , verschlagwortet. Setze ein Lesezeichen auf den Permalink.

2 Antworten auf swingx-ws Maven Repository

Hinterlasse eine Antwort

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind markiert *

*

Du kannst folgende HTML-Tags benutzen: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>