A platform to build and run apps that are elastic, agile, and resilient. SDK, libraries, and hosted environments.
akka-channels-tests 2.2.0-RC1
Group ID:
com.typesafe.akka
Artifact ID:
akka-channels-tests_2.10
Version:
2.2.0-RC1
Release Date:
Sep 16, 2014
Licenses:
libraryDependencies += "com.typesafe.akka" %% "akka-channels-tests" % "2.2.0-RC1" resolvers += Resolver.bintrayJCenter
ivy"com.typesafe.akka::akka-channels-tests:2.2.0-RC1" MavenRepository("https://jcenter.bintray.com")
//> using dep "com.typesafe.akka::akka-channels-tests:2.2.0-RC1"
import $ivy.`com.typesafe.akka::akka-channels-tests:2.2.0-RC1` 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.typesafe.akka</groupId> <artifactId>akka-channels-tests_2.10</artifactId> <version>2.2.0-RC1</version> </dependency>
compile group: 'com.typesafe.akka', name: 'akka-channels-tests_2.10', version: '2.2.0-RC1'