<dependency>
<groupId>jakarta.xml.registry</groupId>
<artifactId>jakarta.xml.registry-api</artifactId>
<version>1.0.9</version>
</dependency>
@Grapes(
@Grab(group='jakarta.xml.registry', module='jakarta.xml.registry-api', version='1.0.9')
)
<parent> <groupId>org.eclipse.ee4j</groupId> <artifactId>project</artifactId> <version>1.0.4</version> </parent>