{"id":65018,"library":"scalaj-http-2-12","title":"ScalaJ HTTP","description":"Simple HTTP client library for Scala, providing a fluent API for making HTTP requests.","status":"active","version":"2.4.2","language":"java","source_language":null,"source_url":"https://github.com/scalaj/scalaj-http","tags":["http","client","scala","networking"],"install":[{"cmd":"<dependency>\n  <groupId>org.scalaj</groupId>\n  <artifactId>scalaj-http_2.12</artifactId>\n  <version>2.4.2</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.scalaj:scalaj-http_2.12:2.4.2'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"Http","correct":"scalaj.http.Http"}],"quickstart":{"code":"import scalaj.http.Http;\n\npublic class HttpExample {\n    public static void main(String[] args) {\n        String response = Http(\"https://api.example.com/data\")\n            .param(\"key\", \"value\")\n            .asString()\n            .body();\n        System.out.println(response);\n    }\n}","lang":"java","description":"Make a simple HTTP GET request with parameters"},"warnings":[{"fix":"Use scalaj-http_2.13 or scalaj-http_3 for respective Scala versions.","message":"Scala 2.12 version; not compatible with Scala 2.13 or 3.x.","severity":"breaking","affected_versions":">=2.0.0"}],"env_vars":null,"search_vec":"'api':12 'client':5,18 'fluent':11 'http':2,4,15,17 'librari':6 'make':14 'network':20 'provid':9 'request':16 'scala':8,19 'scalaj':1 'simpl':3","created_at":"2026-06-17T17:03:25.545867+00:00","updated_at":"2026-06-17T17:03:25.545867+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://github.com/scalaj/scalaj-http","github":"https://github.com/scalaj/scalaj-http","docs":"https://appdoc.app/artifact/org.scalaj/scalaj-http_2.12/","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-17","next_check":"2026-12-14","install_tag":null}}