akka-http 10.0.0-RC2


Group ID:
com.typesafe.akka
Artifact ID:
akka-http_2.11
Version:
10.0.0-RC2
Release Date:
Nov 11, 2016
Licenses:

libraryDependencies += "com.typesafe.akka" %% "akka-http" % "10.0.0-RC2"
resolvers += Resolver.bintrayRepo("akka", "maven")

Mill build tool

ivy"com.typesafe.akka::akka-http:10.0.0-RC2"
MavenRepository("https://dl.bintray.com/akka/maven")

Scala CLI

//> using dep "com.typesafe.akka::akka-http:10.0.0-RC2"

Ammonite REPL

import $ivy.`com.typesafe.akka::akka-http:10.0.0-RC2`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray akka maven",
  "Some(https://dl.bintray.com/akka/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.typesafe.akka</groupId>
  <artifactId>akka-http_2.11</artifactId>
  <version>10.0.0-RC2</version>
</dependency>

compile group: 'com.typesafe.akka', name: 'akka-http_2.11', version: '10.0.0-RC2'