Maven Repository - POM file for Swing JavaFX miglayout-swing 4.2 4.2

Summary

MiGLayout Swing.

MiGLayout - Java Layout Manager for Swing.

Declaration

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

<dependency>
   <groupId>com.miglayout</groupId>
   <artifactId>miglayout-swing</artifactId>
   <version>4.2</version>
</dependency>

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

Packages

The following packages are defined in the miglayout-swing-4.2.jar

net.miginfocom.swing




POM File Source

Here is the content of the POM file.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>com.miglayout</groupId>
    <artifactId>miglayout-parent</artifactId>
    <version>4.2</version>
    <relativePath>../pom.xml</relativePath>
  </parent>
  <artifactId>miglayout-swing</artifactId>
  <packaging>jar</packaging>
    <name>MiGLayout Swing</name>
    <description>MiGLayout - Java Layout Manager for Swing</description>
  
    <dependencies>
        <dependency>
            <groupId>${project.groupId}</groupId>
            <artifactId>miglayout-core</artifactId>
            <version>${project.version}</version>
        </dependency>
    </dependencies>
    
</project>