SwingX Maven Support

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

License

License

Categories

Categories

Maven Build Tools SBE Data Data Structures
GroupId

GroupId

at.swimmesberger
ArtifactId

ArtifactId

swingx-mavensupport
Last Version

Last Version

1.6.8
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download swingx-mavensupport

How to add to project

<!-- https://jarcasting.com/artifacts/at.swimmesberger/swingx-mavensupport/ -->
<dependency>
    <groupId>at.swimmesberger</groupId>
    <artifactId>swingx-mavensupport</artifactId>
    <version>1.6.8</version>
</dependency>
// https://jarcasting.com/artifacts/at.swimmesberger/swingx-mavensupport/
implementation 'at.swimmesberger:swingx-mavensupport:1.6.8'
// https://jarcasting.com/artifacts/at.swimmesberger/swingx-mavensupport/
implementation ("at.swimmesberger:swingx-mavensupport:1.6.8")
'at.swimmesberger:swingx-mavensupport:jar:1.6.8'
<dependency org="at.swimmesberger" name="swingx-mavensupport" rev="1.6.8">
  <artifact name="swingx-mavensupport" type="jar" />
</dependency>
@Grapes(
@Grab(group='at.swimmesberger', module='swingx-mavensupport', version='1.6.8')
)
libraryDependencies += "at.swimmesberger" % "swingx-mavensupport" % "1.6.8"
[at.swimmesberger/swingx-mavensupport "1.6.8"]

Dependencies

provided (1)

Group / Artifact Type Version
org.kohsuke.metainf-services : metainf-services Optional jar 1.8

Project Modules

There are no modules declared in this project.

Readme - SwingLabs SwingX Project Build Status

SwingX is a library of components and utilities extending the Java Swing library; read more at our website, https://swingx.java.net/, and Wiki page, http://wiki.java.net/bin/view/Javadesktop/SwingLabsSwingX

Getting the Latest Source

  1. Check out the lastest code Download the latest release from our git repository https://github.com/smartbow-gmbh/swingx

Building the Source

SwingX relies on Maven for controlling compilation, building docs, testing, etc. You can use our POM files to build the project, some IDEs can directly invoke Maven for you.

To compile from the command line, you'll need to have Apache Maven 3.x installed; see http://maven.apache.org.

You can build SwingX by going to the command line and typing mvn package

That should be it--this will test and build swingx.jar in the target directory.

Versions

Version
1.6.8
1.6.7