scalaj / scalaj-http   2.4.2

Apache License 2.0 GitHub

Simple scala wrapper for HttpURLConnection. OAuth included.

Scala versions: 2.13 2.12 2.11 2.10

scalaj-http 2.4.0


Group ID:
org.scalaj
Artifact ID:
scalaj-http_2.12
Version:
2.4.0
Release Date:
Apr 29, 2018
Licenses:
Files:

libraryDependencies += "org.scalaj" %% "scalaj-http" % "2.4.0"

Mill build tool

ivy"org.scalaj::scalaj-http:2.4.0"

Scala CLI

//> using dep "org.scalaj::scalaj-http:2.4.0"

Ammonite REPL

import $ivy.`org.scalaj::scalaj-http:2.4.0`

<dependency>
  <groupId>org.scalaj</groupId>
  <artifactId>scalaj-http_2.12</artifactId>
  <version>2.4.0</version>
</dependency>

compile group: 'org.scalaj', name: 'scalaj-http_2.12', version: '2.4.0'