{"id":65164,"library":"jaxrs","title":"WildFly Swarm JAX-RS","description":"RESTful web services support using RESTEasy in WildFly Swarm.","status":"active","version":"2018.5.0","language":"java","source_language":null,"source_url":"https://github.com/wildfly-swarm/wildfly-swarm","tags":["jaxrs","resteasy","rest","wildfly"],"install":[{"cmd":"<dependency>\n  <groupId>org.wildfly.swarm</groupId>\n  <artifactId>jaxrs</artifactId>\n  <version>2018.5.0</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.wildfly.swarm:jaxrs:2018.5.0'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"Application","correct":"javax.ws.rs.core.Application"}],"quickstart":{"code":"import javax.ws.rs.core.Application;\nimport javax.ws.rs.GET;\nimport javax.ws.rs.Path;\n\n@Path(\"/hello\")\npublic class Quickstart extends Application {\n    @GET\n    public String hello() {\n        return \"Hello, JAX-RS!\";\n    }\n}","lang":"java","description":"Defines a simple JAX-RS resource."},"warnings":[{"fix":"Use Thorntail or WildFly bootable JAR instead.","message":"WildFly Swarm is superseded by Thorntail; consider migrating.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'jax':4 'jax-r':3 'jaxr':15 'rest':6,17 'resteasi':11,16 'rs':5 'servic':8 'support':9 'swarm':2,14 'use':10 'web':7 'wildfli':1,13,18","created_at":"2026-06-17T17:06:24.151338+00:00","updated_at":"2026-06-17T17:06:24.151338+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.jboss.org","github":"https://github.com/wildfly-swarm/wildfly-swarm","docs":"https://appdoc.app/artifact/org.wildfly.swarm/jaxrs/","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}}