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 0.3.14


Group ID:
org.scalaj
Artifact ID:
scalaj-http_2.10
Version:
0.3.14
Release Date:
Feb 7, 2014
Licenses:
Files:

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

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

<dependency>
  <groupId>org.scalaj</groupId>
  <artifactId>scalaj-http_2.10</artifactId>
  <version>0.3.14</version>
</dependency>

compile group: 'org.scalaj', name: 'scalaj-http_2.10', version: '0.3.14'