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.1.7


Group ID:
com.lihaoyi
Artifact ID:
requests_2.12
Version:
0.1.7
Release Date:
Jan 21, 2019
Licenses:
MIT
Files:

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

Mill build tool

ivy"com.lihaoyi::requests:0.1.7"

Scala CLI

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

Ammonite REPL

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

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

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