Home | History | Annotate | Download | only in lib
      1 <?xml version="1.0" encoding="ISO-8859-1"?>
      2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      3   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
      4   <modelVersion>4.0.0</modelVersion>
      5 
      6   <parent>
      7     <groupId>org.hamcrest</groupId>
      8     <artifactId>hamcrest-parent</artifactId>
      9     <version>1.3</version>
     10   </parent>
     11 
     12   <artifactId>hamcrest-core</artifactId>
     13   <packaging>jar</packaging>
     14   <name>Hamcrest Core</name>
     15   <description>
     16     This is the core API of hamcrest matcher framework to be used by third-party framework providers. This includes the a foundation set of matcher implementations for common operations.
     17   </description>
     18 </project>
     19