dib.swinglabs.swingx.swingx-common.1.6.5-1.source-code.pom.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swingx-common Show documentation
Show all versions of swingx-common Show documentation
Code common to all SwingX modules.
The newest version!
<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> <artifactId>swingx-project</artifactId> <groupId>org.bidib.jbidib.swinglabs.swingx</groupId> <version>1.6.5-1</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>swingx-common</artifactId> <packaging>jar</packaging> <name>SwingX Commons</name> <description>Code common to all SwingX modules.</description> <dependencies> <dependency> <groupId>${project.groupId}</groupId> <artifactId>swingx-testsupport</artifactId> <version>${project.version}</version> <type>jar</type> <scope>test</scope> </dependency> </dependencies> </project>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy