Registry / http-client / core-2-13

core-2-13

JSON →
library3.11.0javamavenunverified

core provides an HTTP client library for Scala with a functional API.

<dependency> <groupId>com.softwaremill.sttp.client3</groupId> <artifactId>core_2.13</artifactId> <version>3.11.0</version> </dependency>
INSTALL
IMPORT
SIG · CORE-2-13
C
core-2-13
http-clientjavav3.11.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

quickRequest
sttp.client3.quickRequest

Simple GET request using sttp client

import sttp.client3._ object Example { def main(args: Array[String]): Unit = { val response = quickRequest .get(uri"https://example.com") .send(backend) println(response.body) } }
Debug
Known issues
breakingThis artifact is for Scala 2.13 only; use core_3 for Scala 3.
fix
Use the appropriate Scala version suffix (e.g., core_3 for Scala 3).
affects: *
Upgrade
Version history
3.11.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
22
Resources
core-2-13 — mvn dependency:get core-2-13 · libregistry