<dependency>
<groupId>org.glassfish.jersey.examples</groupId>
<artifactId>https-clientserver-grizzly</artifactId>
<version>4.0.0-M1</version>
</dependency>
libraryDependencies += "org.glassfish.jersey.examples" % "https-clientserver-grizzly" % "4.0.0-M1"
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='https-clientserver-grizzly', version='4.0.0-M1')
)
<dependency org="org.glassfish.jersey.examples" name="https-clientserver-grizzly" rev="4.0.0-M1" />
<parent> <groupId>org.glassfish.jersey.examples</groupId> <artifactId>project</artifactId> <version>4.0.0-M1</version> </parent>
compile
|-- jakarta.annotation:jakarta.annotation-api
|-- org.glassfish.jersey.containers:jersey-container-grizzly2-servlet
|-- org.glassfish.jersey.core:jersey-client
|-- org.glassfish.jersey.connectors:jersey-grizzly-connector
|-- org.glassfish.jersey.inject:jersey-hk2
|-- jakarta.xml.bind:jakarta.xml.bind-api
runtime
|-- com.sun.xml.bind:jaxb-osgi
test