Jersey is the open source JAX-RS (JSR 311) production quality Reference Implementation for building RESTful Web services, with Grizzly2 test support.
<dependency>
<groupId>com.sun.jersey.jersey-test-framework</groupId>
<artifactId>jersey-test-framework-grizzly2</artifactId>
<version>1.19.4</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal usage of Jersey Test Framework Grizzly2
Migrate to org.glassfish.jersey.test-framework-provider-grizzly2 for Jersey 2.x.
No dependency data recorded yet.