swingx-testsupport
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.swinglabs.swingx</groupId> <artifactId>swingx-testsupport</artifactId> <version>1.6.3</version> </dependency>
<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.swinglabs.swingx</groupId> <version>1.6.3</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>swingx-testsupport</artifactId> <packaging>jar</packaging> <name>SwingX Test Support</name> <description>Code and classes to support testing SwingX. Classes contained in this module are for internal SwingX use only.</description> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <type>jar</type> <scope>compile</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <type>jar</type> <scope>compile</scope> </dependency> </dependencies> </project>