http-client 0.1


Group ID:
com.github.simplyscala
Artifact ID:
http-client_2.10
Version:
0.1
Release Date:
Aug 25, 2013
Licenses:
Files:
Full Scala Version:
2.10.2

libraryDependencies += "com.github.simplyscala" %% "http-client" % "0.1"

Mill build tool

ivy"com.github.simplyscala::http-client:0.1"

Scala CLI

//> using dep "com.github.simplyscala::http-client:0.1"

Ammonite REPL

import $ivy.`com.github.simplyscala::http-client:0.1`

<dependency>
  <groupId>com.github.simplyscala</groupId>
  <artifactId>http-client_2.10</artifactId>
  <version>0.1</version>
</dependency>

compile group: 'com.github.simplyscala', name: 'http-client_2.10', version: '0.1'