Core module of the Jersey Test Framework for testing JAX-RS applications.
<dependency>
<groupId>org.glassfish.jersey.test-framework</groupId>
<artifactId>jersey-test-framework-core</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.
Extend JerseyTest to write integration tests for JAX-RS resources.
Use the appropriate import based on your Jersey version: javax for 2.x, jakarta for 3.x+.
No dependency data recorded yet.