<dependency>
<groupId>org.glassfish.jersey.examples</groupId>
<artifactId>jaxb</artifactId>
<version>3.0.17</version>
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='jaxb', version='3.0.17')
)
<parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> <version>3.0.17</version> </parent>
compile
|-- org.glassfish.jersey.containers:jersey-container-grizzly2-http
|-- org.glassfish.jersey.inject:jersey-hk2
|-- jakarta.xml.bind:jakarta.xml.bind-api
|-- org.codehaus.woodstox:woodstox-core-asl:4.4.1
|-- org.glassfish.jersey.media:jersey-media-jaxb
test
|-- com.sun.xml.bind:jaxb-osgi
|-- org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-bundle