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