com-lihaoyi / requests-scala   0.9.3

GitHub

A Scala port of the popular Python Requests HTTP client: flexible, intuitive, and straightforward to use.

Scala versions: 3.x 2.13 2.12

requests 0.9.3


Group ID:
com.lihaoyi
Artifact ID:
requests_3
Version:
0.9.3
Release Date:
Feb 1, 2026
Licenses:
MIT
Files:
Full Scala Version:
3.3.4
Developers:

libraryDependencies += "com.lihaoyi" %% "requests" % "0.9.3"

Mill build tool

ivy"com.lihaoyi::requests:0.9.3"

Scala CLI

//> using dep "com.lihaoyi::requests:0.9.3"

Ammonite REPL

import $ivy.`com.lihaoyi::requests:0.9.3`

<dependency>
  <groupId>com.lihaoyi</groupId>
  <artifactId>requests_3</artifactId>
  <version>0.9.3</version>
</dependency>

compile group: 'com.lihaoyi', name: 'requests_3', version: '0.9.3'