Jetty All is an uber-JAR that bundles all core Jetty modules for simplified deployment.
<dependency>
<groupId>org.eclipse.jetty.aggregate</groupId>
<artifactId>jetty-all</artifactId>
<version>9.4.58.v20250814</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal example showing how to start an embedded Jetty server using the uber-JAR.
Use specific Jetty artifacts (e.g., jetty-server, jetty-servlet) instead of the aggregate uber-JAR.
No dependency data recorded yet.