foursquare / foursquare-fhttp   0.1.14

Website GitHub

MOVED - The project is still under development but this page is deprecated.

Scala versions: 2.10

foursquare-fhttp 0.1.12


Group ID:
com.foursquare
Artifact ID:
foursquare-fhttp_2.10
Version:
0.1.12
Release Date:
Jul 24, 2014
Licenses:

libraryDependencies += "com.foursquare" %% "foursquare-fhttp" % "0.1.12"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.foursquare::foursquare-fhttp:0.1.12"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.foursquare::foursquare-fhttp:0.1.12"

Ammonite REPL

import $ivy.`com.foursquare::foursquare-fhttp:0.1.12`
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.foursquare</groupId>
  <artifactId>foursquare-fhttp_2.10</artifactId>
  <version>0.1.12</version>
</dependency>

compile group: 'com.foursquare', name: 'foursquare-fhttp_2.10', version: '0.1.12'