<dependency>
<groupId>org.glassfish.jersey.examples</groupId>
<artifactId>http-patch</artifactId>
<version>3.0.10</version>
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='http-patch', version='3.0.10')
)
<parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> <version>3.0.10</version> </parent>
compile
|-- org.glassfish.jersey.containers:jersey-container-grizzly2-http
|-- org.glassfish.jersey.inject:jersey-hk2
|-- com.github.fge:json-patch:1.9
|-- org.glassfish.jersey.media:jersey-media-moxy
|-- com.sun.xml.bind:jaxb-impl
|-- com.sun.istack:istack-commons-runtime
test
|-- org.glassfish.jersey.media:jersey-media-json-processing
|-- org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-bundle
|-- org.glassfish.jersey.connectors:jersey-grizzly-connector