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


Group ID:
org.scalaj
Artifact ID:
scalaj-http_2.11
Version:
2.0.0
Release Date:
Nov 11, 2015
Licenses:
Files:

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

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

<dependency>
  <groupId>org.scalaj</groupId>
  <artifactId>scalaj-http_2.11</artifactId>
  <version>2.0.0</version>
</dependency>

compile group: 'org.scalaj', name: 'scalaj-http_2.11', version: '2.0.0'