akka-http2-support 10.1.0-RC2+15-f80d1fe5
Group ID:
com.typesafe.akka
Artifact ID:
akka-http2-support_2.12
Version:
10.1.0-RC2+15-f80d1fe5
Release Date:
Feb 20, 2018
Licenses:
libraryDependencies += "com.typesafe.akka" %% "akka-http2-support" % "10.1.0-RC2+15-f80d1fe5" resolvers += Resolver.bintrayRepo("akka", "maven")
ivy"com.typesafe.akka::akka-http2-support:10.1.0-RC2+15-f80d1fe5" MavenRepository("https://dl.bintray.com/akka/maven")
//> using dep "com.typesafe.akka::akka-http2-support:10.1.0-RC2+15-f80d1fe5"
import $ivy.`com.typesafe.akka::akka-http2-support:10.1.0-RC2+15-f80d1fe5` 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-http2-support_2.12</artifactId> <version>10.1.0-RC2+15-f80d1fe5</version> </dependency>
compile group: 'com.typesafe.akka', name: 'akka-http2-support_2.12', version: '10.1.0-RC2+15-f80d1fe5'