<dependency>
<groupId>jakarta.xml.registry</groupId>
<artifactId>jakarta.xml.registry-api</artifactId>
<version>1.0.10</version>
</dependency>
@Grapes(
@Grab(group='jakarta.xml.registry', module='jakarta.xml.registry-api', version='1.0.10')
)
<parent> <groupId>jakarta.xml.registry</groupId> <artifactId>xml.registry-api-parent</artifactId> <version>1.0.10</version> </parent>