<dependency>
<groupId>org.glassfish.jersey.examples</groupId>
<artifactId>json-jettison</artifactId>
<version>4.0.0-M1</version>
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='json-jettison', version='4.0.0-M1')
)
<parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> <version>4.0.0-M1</version> </parent>
compile
|-- org.glassfish.jersey.containers:jersey-container-grizzly2-http
|-- org.glassfish.jersey.inject:jersey-hk2
|-- org.glassfish.jersey.media:jersey-media-json-jettison
|-- jakarta.xml.bind:jakarta.xml.bind-api
|-- com.sun.xml.bind:jaxb-osgi
|-- com.sun.istack:istack-commons-runtime
test
|-- org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-bundle