{"id":54377,"library":"jetty","title":"Jetty Server Core","description":"Jetty server core provides a lightweight HTTP server and servlet container for Java applications.","status":"active","version":"6.1.26","language":"java","source_language":null,"source_url":"http://fisheye.codehaus.org/viewrep/jetty/","tags":["jetty","http","server","servlet"],"install":[{"cmd":"<dependency>\n  <groupId>org.mortbay.jetty</groupId>\n  <artifactId>jetty</artifactId>\n  <version>6.1.26</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.mortbay.jetty:jetty:6.1.26'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"Server","correct":"org.mortbay.jetty.Server"}],"quickstart":{"code":"import org.mortbay.jetty.Server;\n\npublic class JettyExample {\n    public static void main(String[] args) throws Exception {\n        Server server = new Server(8080);\n        server.start();\n        System.out.println(\"Jetty started on port 8080\");\n    }\n}","lang":"java","description":"Starts a Jetty server on port 8080."},"warnings":[{"fix":"Replace with org.eclipse.jetty:jetty-server:11.0.x.","message":"Jetty 6 is outdated; use org.eclipse.jetty:jetty-server for modern versions.","severity":"breaking","affected_versions":">=6.0.0 <7.0.0"}],"env_vars":null,"search_vec":"'applic':17 'contain':14 'core':3,6 'http':10,19 'java':16 'jetti':1,4,18 'lightweight':9 'provid':7 'server':2,5,11,20 'servlet':13,21","created_at":"2026-06-15T09:03:03.655189+00:00","updated_at":"2026-06-15T09:03:03.655189+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"http://www.eclipse.org/jetty","github":null,"docs":"https://appdoc.app/artifact/org.mortbay.jetty/jetty/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["web-framework"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}