{"id":54943,"library":"jetty-plus","title":"Jetty Plus","description":"Jetty JNDI and Annotation Support Artifact provides JNDI and annotation processing capabilities for Jetty server.","status":"active","version":"12.1.9","language":"java","source_language":null,"source_url":"https://github.com/jetty/jetty.project","tags":["jetty","jndi","annotations","server"],"install":[{"cmd":"<dependency>\n  <groupId>org.eclipse.jetty</groupId>\n  <artifactId>jetty-plus</artifactId>\n  <version>12.1.9</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.eclipse.jetty:jetty-plus:12.1.9'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"EnvEntry","correct":"org.eclipse.jetty.plus.jndi.EnvEntry"}],"quickstart":{"code":"import org.eclipse.jetty.plus.jndi.EnvEntry;\nimport org.eclipse.jetty.server.Server;\n\npublic class Example {\n    public static void main(String[] args) throws Exception {\n        Server server = new Server(8080);\n        new EnvEntry(server, \"myEnv\", \"value\");\n        server.start();\n    }\n}","lang":"java","description":"Binds an environment entry to a Jetty server context."},"warnings":[],"env_vars":null,"search_vec":"'annot':6,12,20 'artifact':8 'capabl':14 'jetti':1,3,16,18 'jndi':4,10,19 'plus':2 'process':13 'provid':9 'server':17,21 'support':7","created_at":"2026-06-15T09:30:28.790336+00:00","updated_at":"2026-06-15T09:30:28.790336+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-plus/","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}}