Registry / networking / jetty-all

jetty-all

JSON →
library9.4.58.v20250814javamavenunverified

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>
INSTALL
IMPORT
SIG · JETTY-ALL
J
jetty-all
networkingjavav9.4.58.v20250814
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Server
org.eclipse.jetty.server.Server

Minimal example showing how to start an embedded Jetty server using the uber-JAR.

import org.eclipse.jetty.server.Server; Server server = new Server(8080); server.start(); server.join();
Debug
Known issues
gotchaThe jetty-all uber-JAR may include conflicting or duplicate classes; prefer using individual Jetty modules for production.
fix
Use specific Jetty artifacts (e.g., jetty-server, jetty-servlet) instead of the aggregate uber-JAR.
affects: >=9.4.0
Upgrade
Version history
9.4.58.v20250814latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
jetty-all — mvn dependency:get jetty-all · libregistry