hamcrest-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-api</artifactId>
<version>1.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?><project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-api</artifactId>
<version>1.0</version>
<packaging>jar</packaging>
<name>Hamcrest API</name>
<url>http://code.google.com/p/hamcrest</url>
<description>Hamcrest API</description>
<licenses>
<license>
<name>BSD Licence</name>
<url>http://www.opensource.org/licenses/bsd-license.php</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>http://hamcrest.googlecode.com/svn</url>
</scm>
</project>