eed3si9n / gigahorse   0.7.0

Apache License 2.0 Website GitHub

Gigahorse is an HTTP client for Scala with multiple backend support.

Scala versions: 3.x 2.13 2.12 2.11 2.10

gigahorse-akka-http 0.2.0


Group ID:
com.eed3si9n
Artifact ID:
gigahorse-akka-http_2.12
Version:
0.2.0
Release Date:
Jan 17, 2017
Licenses:

libraryDependencies += "com.eed3si9n" %% "gigahorse-akka-http" % "0.2.0"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.eed3si9n::gigahorse-akka-http:0.2.0"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.eed3si9n::gigahorse-akka-http:0.2.0"

Ammonite REPL

import $ivy.`com.eed3si9n::gigahorse-akka-http: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.eed3si9n</groupId>
  <artifactId>gigahorse-akka-http_2.12</artifactId>
  <version>0.2.0</version>
</dependency>

compile group: 'com.eed3si9n', name: 'gigahorse-akka-http_2.12', version: '0.2.0'