octarine-test
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.codepoetics</groupId> <artifactId>octarine-test</artifactId> <version>0.18</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <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"> <parent> <artifactId>octarine</artifactId> <groupId>com.codepoetics</groupId> <version>0.18</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>octarine-test</artifactId> <dependencies> <dependency> <groupId>com.codepoetics</groupId> <artifactId>octarine-core</artifactId> <version>0.18</version> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-core</artifactId> <version>1.3</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-library</artifactId> <version>1.3</version> <scope>provided</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> </dependency> <dependency> <groupId>com.codepoetics</groupId> <artifactId>octarine-json</artifactId> <version>0.18</version> <scope>test</scope> </dependency> </dependencies> <scm> <tag>octarine-0.1</tag> </scm> </project>