com-lihaoyi / requests-scala   0.8.0

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 2.11

requests 0.7.0


Group ID:
com.lihaoyi
Artifact ID:
requests_2.12
Version:
0.7.0
Release Date:
Dec 11, 2021
Licenses:
MIT
Files:

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

Mill build tool

ivy"com.lihaoyi::requests:0.7.0"

Scala CLI

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

Ammonite REPL

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

<dependency>
  <groupId>com.lihaoyi</groupId>
  <artifactId>requests_2.12</artifactId>
  <version>0.7.0</version>
</dependency>

compile group: 'com.lihaoyi', name: 'requests_2.12', version: '0.7.0'