Jersey Grizzly 2 Servlet Container integrates Jersey with the Grizzly 2 HTTP server, enabling servlet-based RESTful web services.
<dependency>
<groupId>org.glassfish.jersey.containers</groupId>
<artifactId>jersey-container-grizzly2-servlet</artifactId>
<version>4.0.2</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Starts a Grizzly HTTP server with Jersey servlet container.
Ensure your Java version matches the Jersey major version.
No dependency data recorded yet.