akka-http 3.0.0-RC1


Group ID:
com.typesafe.akka
Artifact ID:
akka-http_2.11
Version:
3.0.0-RC1
Release Date:
Oct 21, 2016
Licenses:

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

Mill build tool

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

Scala CLI

//> using dep "com.typesafe.akka::akka-http:3.0.0-RC1"

Ammonite REPL

import $ivy.`com.typesafe.akka::akka-http:3.0.0-RC1`
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>3.0.0-RC1</version>
</dependency>

compile group: 'com.typesafe.akka', name: 'akka-http_2.11', version: '3.0.0-RC1'