<dependency>
    <maven>
        <groupId>JPP.hamcrest-parent.pom</groupId>
        <artifactId>%2</artifactId>
        <version>%3</version>
    </maven>
    <jpp>
        <groupId>%4</groupId>
        <artifactId>%5</artifactId>
        <version>%3</version>
    </jpp>
</dependency>

<dependency>
    <maven>
        <groupId>JPP.hamcrest-all.pom</groupId>
        <artifactId>hamcrest/all.jar</artifactId>
        <version>%3</version>
    </maven>
    <jpp>
        <groupId>%4</groupId>
        <artifactId>%5</artifactId>
        <version>%3</version>
    </jpp>
</dependency>

<dependency>
    <maven>
        <groupId>JPP.hamcrest-core.pom</groupId>
        <artifactId>hamcrest/core.jar</artifactId>
        <version>%3</version>
    </maven>
    <jpp>
        <groupId>%4</groupId>
        <artifactId>%5</artifactId>
        <version>%3</version>
    </jpp>
</dependency>

<dependency>
    <maven>
        <groupId>JPP.hamcrest-generator.pom</groupId>
        <artifactId>hamcrest/generator.jar</artifactId>
        <version>%3</version>
    </maven>
    <jpp>
        <groupId>%4</groupId>
        <artifactId>%5</artifactId>
        <version>%3</version>
    </jpp>
</dependency>

<dependency>
    <maven>
        <groupId>JPP.hamcrest-library.pom</groupId>
        <artifactId>hamcrest/library.jar</artifactId>
        <version>%3</version>
    </maven>
    <jpp>
        <groupId>%4</groupId>
        <artifactId>%5</artifactId>
        <version>%3</version>
    </jpp>
</dependency>

<dependency>
    <maven>
        <groupId>JPP.hamcrest-integration.pom</groupId>
        <artifactId>hamcrest/integration.jar</artifactId>
        <version>%3</version>
    </maven>
    <jpp>
        <groupId>%4</groupId>
        <artifactId>%5</artifactId>
        <version>%3</version>
    </jpp>
</dependency>

