{"id":68281,"library":"jetty-quickstart","title":"Jetty Quick Start","description":"Provides quick start functionality for embedding Jetty web server.","status":"active","version":"11.0.26","language":"java","source_language":null,"source_url":"https://github.com/jetty/jetty.project","tags":["jetty","web-server","quickstart","embedded"],"install":[{"cmd":"<dependency>\n  <groupId>org.eclipse.jetty</groupId>\n  <artifactId>jetty-quickstart</artifactId>\n  <version>11.0.26</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.eclipse.jetty:jetty-quickstart:11.0.26'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"QuickStartWebApp","correct":"org.eclipse.jetty.quickstart.QuickStartWebApp"}],"quickstart":{"code":"import org.eclipse.jetty.quickstart.QuickStartWebApp;\nimport org.eclipse.jetty.server.Server;\n\npublic class JettyQuickStartExample {\n    public static void main(String[] args) throws Exception {\n        Server server = new Server(8080);\n        QuickStartWebApp webapp = new QuickStartWebApp();\n        webapp.setResourceBase(\"./src/main/webapp\");\n        server.setHandler(webapp);\n        server.start();\n        System.out.println(\"Jetty started on port 8080\");\n    }\n}","lang":"java","description":"Starts an embedded Jetty server with QuickStartWebApp."},"warnings":[],"env_vars":null,"search_vec":"'embed':9,18 'function':7 'jetti':1,10,13 'provid':4 'quick':2,5 'quickstart':17 'server':12,16 'start':3,6 'web':11,15 'web-serv':14","created_at":"2026-06-17T17:47:55.570220+00:00","updated_at":"2026-06-17T17:47:55.570220+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":"https://jetty.org","github":"https://github.com/jetty/jetty.project","docs":"https://appdoc.app/artifact/org.eclipse.jetty/jetty-quickstart/","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-17","next_check":"2026-12-14","install_tag":null}}