commons-akka 1.18.5


Group ID:
com.avsystem.commons
Artifact ID:
commons-akka_2.11
Version:
1.18.5
Release Date:
Oct 3, 2016
Licenses:
MIT

libraryDependencies += "com.avsystem.commons" %% "commons-akka" % "1.18.5"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.avsystem.commons::commons-akka:1.18.5"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.avsystem.commons::commons-akka:1.18.5"

Ammonite REPL

import $ivy.`com.avsystem.commons::commons-akka:1.18.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.avsystem.commons</groupId>
  <artifactId>commons-akka_2.11</artifactId>
  <version>1.18.5</version>
</dependency>

compile group: 'com.avsystem.commons', name: 'commons-akka_2.11', version: '1.18.5'