paranamer-integration-tests
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.thoughtworks.paranamer</groupId>
<artifactId>paranamer-integration-tests</artifactId>
<version>2.8</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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.thoughtworks.paranamer</groupId>
<artifactId>paranamer-parent</artifactId>
<version>2.8</version>
</parent>
<artifactId>paranamer-integration-tests</artifactId>
<version>2.8</version>
<name>ParaNamer Integration Tests</name>
<packaging>pom</packaging>
<modules>
<module>it-011</module>
</modules>
</project>