<dependency>
    <maven>
        <groupId>commons-attributes</groupId>
        <artifactId>commons-attributes-api</artifactId>
        <version>2.2</version>
    </maven>
    <jpp>
        <groupId>JPP</groupId>
        <artifactId>jakarta-commons-attributes-api</artifactId>
        <version>2.2</version>
    </jpp>
</dependency>

<dependency>
    <maven>
        <groupId>commons-attributes</groupId>
        <artifactId>commons-attributes-compiler</artifactId>
        <version>2.2</version>
    </maven>
    <jpp>
        <groupId>JPP</groupId>
        <artifactId>jakarta-commons-attributes-compiler</artifactId>
        <version>2.2</version>
    </jpp>
</dependency>

<dependency>
    <maven>
        <groupId>commons-attributes</groupId>
        <artifactId>commons-attributes-plugin</artifactId>
        <version>2.2</version>
    </maven>
    <jpp>
        <groupId>JPP/maven-plugins</groupId>
        <artifactId>jakarta-commons-attributes-plugin</artifactId>
        <version>2.2</version>
    </jpp>
</dependency>

