This repository has been deprecated by the owner.

nrinaudo / fetch   0.2.2

MIT License GitHub

Scala HTTP client library

Scala versions: 2.12 2.11 2.10

fetch 0.2.0


Group ID:
com.nrinaudo
Artifact ID:
fetch_2.10
Version:
0.2.0
Release Date:
Dec 1, 2014
Licenses:

libraryDependencies += "com.nrinaudo" %% "fetch" % "0.2.0"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.nrinaudo::fetch:0.2.0"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.nrinaudo::fetch:0.2.0"

Ammonite REPL

import $ivy.`com.nrinaudo::fetch:0.2.0`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.nrinaudo</groupId>
  <artifactId>fetch_2.10</artifactId>
  <version>0.2.0</version>
</dependency>

compile group: 'com.nrinaudo', name: 'fetch_2.10', version: '0.2.0'