<dependency>
<groupId>jakarta.ws.rs</groupId>
<artifactId>jakarta.ws.rs-examples</artifactId>
<version>3.1.0</version>
</dependency>
@Grapes(
@Grab(group='jakarta.ws.rs', module='jakarta.ws.rs-examples', version='3.1.0')
)
<parent> <groupId>jakarta.ws.rs</groupId> <artifactId>all</artifactId> <version>3.1.0</version> </parent>
compile
|-- jakarta.ws.rs:jakarta.ws.rs-api
|-- jakarta.xml.bind:jakarta.xml.bind-api:3.0.1
|-- jakarta.enterprise:jakarta.enterprise.cdi-api:3.0.0
|-- jakarta.enterprise.concurrent:jakarta.enterprise.concurrent-api:2.0.0
|-- jakarta.ejb:jakarta.ejb-api:4.0.0
|-- jakarta.validation:jakarta.validation-api:3.0.0
|-- org.eclipse.microprofile.config:microprofile-config-api:3.0-RC1