{"id":55117,"library":"cxf-rt-rs-client","title":"Apache CXF JAX-RS Client","description":"JAX-RS client implementation from Apache CXF, providing a fluent API for consuming RESTful web services.","status":"active","version":"4.2.0","language":"java","source_language":null,"source_url":"https://gitbox.apache.org/repos/asf?p=cxf.git","tags":["rest","client","jax-rs","cxf","web-services"],"install":[{"cmd":"<dependency>\n  <groupId>org.apache.cxf</groupId>\n  <artifactId>cxf-rt-rs-client</artifactId>\n  <version>4.2.0</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.apache.cxf:cxf-rt-rs-client:4.2.0'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"WebClient","correct":"org.apache.cxf.jaxrs.client.WebClient"}],"quickstart":{"code":"import org.apache.cxf.jaxrs.client.WebClient;\nimport javax.ws.rs.core.MediaType;\n\npublic class Quickstart {\n    public static void main(String[] args) {\n        WebClient client = WebClient.create(\"http://api.example.com\");\n        client.accept(MediaType.APPLICATION_JSON);\n        String response = client.get(String.class);\n        System.out.println(\"Response: \" + response);\n    }\n}","lang":"java","description":"Creates a JAX-RS WebClient to make a GET request to a REST API."},"warnings":[],"env_vars":null,"search_vec":"'apach':1,13 'api':18 'client':6,10,25 'consum':20 'cxf':2,14,29 'fluent':17 'implement':11 'jax':4,8,27 'jax-r':3,7,26 'provid':15 'rest':21,24 'rs':5,9,28 'servic':23,32 'web':22,31 'web-servic':30","created_at":"2026-06-15T09:37:23.446228+00:00","updated_at":"2026-06-15T09:37:23.446228+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://cxf.apache.org","github":null,"docs":"https://appdoc.app/artifact/org.apache.cxf/cxf-rt-rs-client/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["http-client"],"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}}