A test framework provider for Jersey that runs tests in an external container (e.g., Tomcat, Jetty).
<dependency>
<groupId>org.glassfish.jersey.test-framework.providers</groupId>
<artifactId>jersey-test-framework-provider-external</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.
Extends JerseyTest to write integration tests for JAX-RS resources.
Add the appropriate container dependency (e.g., jetty-server) and configure the test accordingly.
No dependency data recorded yet.