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


Group ID:
com.foursquare
Artifact ID:
foursquare-fhttp_2.10
Version:
0.1.14
Release Date:
Aug 21, 2015
Licenses:

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

import $ivy.`com.foursquare::foursquare-fhttp:0.1.14`
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.14</version>
</dependency>

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