<dependency>
<groupId>io.helidon.webserver</groupId>
<artifactId>helidon-webserver-jersey</artifactId>
<version>0.11.0</version>
</dependency>
@Grapes(
@Grab(group='io.helidon.webserver', module='helidon-webserver-jersey', version='0.11.0')
)
<parent> <groupId>io.helidon.webserver</groupId> <artifactId>helidon-webserver-project</artifactId> <version>0.11.0</version> </parent>
compile
|-- io.helidon.webserver:helidon-webserver
|-- io.helidon.common:helidon-common
|-- io.helidon.common:helidon-common-reactive
|-- io.opentracing:opentracing-api
|-- org.glassfish.jersey.core:jersey-server
|-- javax.annotation:javax.annotation-api
|-- org.glassfish.jersey.inject:jersey-hk2
|-- io.projectreactor:reactor-core
test
|-- io.helidon.webserver:helidon-webserver-test-support
|-- org.glassfish.jersey.containers:jersey-container-grizzly2-http
|-- org.glassfish.jersey.connectors:jersey-apache-connector