Registry / web-framework / jetty-distribution

jetty-distribution

JSON →
library9.4.58.v20250814javamavenunverified

Eclipse Jetty web server and servlet container distribution.

<dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-distribution</artifactId> <version>9.4.58.v20250814</version> </dependency>
INSTALL
IMPORT
SIG · JETTY-DISTRIBUTION
J
jetty-distribution
web-frameworkjavav9.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 Jetty server starting on port 8080.

import org.eclipse.jetty.server.Server; public class Quickstart { public static void main(String[] args) throws Exception { Server server = new Server(8080); server.start(); server.join(); } }
Debug
Known issues
breakingJetty 9.x is end-of-life; consider upgrading to Jetty 12.
fix
Update to org.eclipse.jetty:jetty-server:12.x.x
affects: 9.x
Upgrade
Version history
9.4.58.v20250814latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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