{"id":56030,"library":"spring-boot-starter-jersey","title":"Spring Boot Starter Jersey","description":"Starter for using JAX-RS and Jersey with Spring Boot.","status":"active","version":"4.1.0","language":"java","source_language":null,"source_url":"https://github.com/spring-projects/spring-boot","tags":["spring-boot","jersey","jax-rs","rest"],"install":[{"cmd":"<dependency>\n  <groupId>org.springframework.boot</groupId>\n  <artifactId>spring-boot-starter-jersey</artifactId>\n  <version>4.1.0</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.springframework.boot:spring-boot-starter-jersey:4.1.0'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"ResourceConfig","correct":"org.glassfish.jersey.server.ResourceConfig"}],"quickstart":{"code":"import org.glassfish.jersey.server.ResourceConfig;\nimport org.springframework.stereotype.Component;\n\n@Component\npublic class JerseyConfig extends ResourceConfig {\n    public JerseyConfig() {\n        register(MyResource.class);\n    }\n}","lang":"java","description":"Registers a JAX-RS resource with Jersey in Spring Boot."},"warnings":[],"env_vars":null,"search_vec":"'boot':2,15,18 'jax':9,21 'jax-r':8,20 'jersey':4,12,19 'rest':23 'rs':10,22 'spring':1,14,17 'spring-boot':16 'starter':3,5 'use':7","created_at":"2026-06-15T10:17:25.133618+00:00","updated_at":"2026-06-15T10:17:25.133618+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://spring.io/projects/spring-boot","github":"https://github.com/spring-projects/spring-boot","docs":"https://appdoc.app/artifact/org.springframework.boot/spring-boot-starter-jersey/","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}}