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

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

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

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