
<dependency>
    <maven>
        <groupId>org.hamcrest</groupId>
        <artifactId>hamcrest-parent</artifactId>
        <version>1.3</version>
    </maven>
    <jpp>
        <groupId>JPP/hamcrest</groupId>
        <artifactId>parent</artifactId>
        <version>1.3</version>
    </jpp>
</dependency>

<dependency>
    <maven>
        <groupId>org.hamcrest</groupId>
        <artifactId>hamcrest-all</artifactId>
        <version>1.3</version>
    </maven>
    <jpp>
        <groupId>JPP/hamcrest</groupId>
        <artifactId>all</artifactId>
        <version>1.3</version>
    </jpp>
</dependency>

<dependency>
    <maven>
        <groupId>org.hamcrest</groupId>
        <artifactId>hamcrest-core</artifactId>
        <version>1.3</version>
    </maven>
    <jpp>
        <groupId>JPP/hamcrest</groupId>
        <artifactId>core</artifactId>
        <version>1.3</version>
    </jpp>
</dependency>

<dependency>
    <maven>
        <groupId>org.hamcrest</groupId>
        <artifactId>hamcrest-generator</artifactId>
        <version>1.3</version>
    </maven>
    <jpp>
        <groupId>JPP/hamcrest</groupId>
        <artifactId>generator</artifactId>
        <version>1.3</version>
    </jpp>
</dependency>

<dependency>
    <maven>
        <groupId>org.hamcrest</groupId>
        <artifactId>hamcrest-library</artifactId>
        <version>1.3</version>
    </maven>
    <jpp>
        <groupId>JPP/hamcrest</groupId>
        <artifactId>library</artifactId>
        <version>1.3</version>
    </jpp>
</dependency>

<dependency>
    <maven>
        <groupId>org.hamcrest</groupId>
        <artifactId>hamcrest-text</artifactId>
        <version>1.1</version>
    </maven>
    <jpp>
        <groupId>JPP/hamcrest</groupId>
        <artifactId>text</artifactId>
        <version>1.1</version>
    </jpp>
</dependency>
