Maven Repository - POM file for Swing JavaFX substance-swingx 7.0 7.0

Summary

substance-swingx.

A fork of @kirilcool's substance project.

Declaration

Here is the list of declaration for substance-swingx. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>com.github.insubstantial</groupId>
   <artifactId>substance-swingx</artifactId>
   <version>7.0</version>
</dependency>

If you think this Maven repository POM file listing for substance-swingx is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:BSD License
URL: http://www.opensource.org/licenses/bsd-license.phpName:Mozilla Public License 1.1
URL: http://www.opensource.org/licenses/mozilla1.1.

Depends on

The substance-swingx-7.0 has 3 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
Swing JavaFXforms 1.2.0
The JGoodies Forms framework helps you lay out and implement elegant Swing panels quickly and consistently. It makes simple things easy and the hard stuff possible, the good design easy and the bad difficult.
15




Packages

The following packages are defined in the substance-swingx-7.0.jar

org.pushingpixels.substance.swingx

POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.github.insubstantial</groupId>
  <artifactId>substance-swingx</artifactId>
  <version>7.0</version>
  <name>substance-swingx</name>
  <description>A fork of @kirilcool's substance project</description>
  <url>http://insubstantial.github.com/insubstantial/substance-swingx/</url>
  <licenses>
    <license>
      <name>BSD License</name>
      <url>http://www.opensource.org/licenses/bsd-license.php</url>
      <distribution>repo</distribution>
      <comments>Does not cover the Xoetrope Color Wheel</comments>
    </license>
    <license>
      <name>Mozilla Public License 1.1</name>
      <url>http://www.opensource.org/licenses/mozilla1.1</url>
      <distribution>repo</distribution>
      <comments>Covers the Xoetrope Color Wheel</comments>
    </license>
  </licenses>
  
  <scm>
    <connection>scm:git:git@github.com:Insubstantial/insubstantial.git</connection>
    <developerConnection>scm:git:git@github.com:Insubstantial/insubstantial.git</developerConnection>
    <url>scm:git:git@github.com:Insubstantial/insubstantial.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.github.insubstantial</groupId>
      <artifactId>substance</artifactId>
      <version>7.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.swinglabs</groupId>
      <artifactId>swingx-core</artifactId>
      <version>1.6.2-2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.jgoodies</groupId>
      <artifactId>forms</artifactId>
      <version>1.2.0</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>