ctutils
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.overturetool.core.combinatorialtesting</groupId>
<artifactId>ctutils</artifactId>
<version>3.0.2</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>org.overturetool.core</groupId>
<artifactId>combinatorialtesting</artifactId>
<version>3.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.overturetool.core.combinatorialtesting</groupId>
<artifactId>ctutils</artifactId>
<name>Combinatorial Testing Utilities</name>
<dependencies>
<dependency>
<groupId>org.overturetool.core</groupId>
<artifactId>interpreter</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
<developers>
<developer>
<id>KennethLausdahl</id>
<name>Kenneth Lausdahl</name>
<email />
<url>http://www.lausdahl.com</url>
<organization>IHA</organization>
<organizationUrl>http://iha.dk</organizationUrl>
<roles>
<role>developer</role>
</roles>
<timezone>+1</timezone>
</developer>
</developers>
</project>