akka-tools 0.2


Group ID:
com.evolutiongaming
Artifact ID:
akka-tools_2.11
Version:
0.2
Release Date:
Oct 8, 2016
Licenses:

libraryDependencies += "com.evolutiongaming" %% "akka-tools" % "0.2"
resolvers += Resolver.bintrayRepo("evolutiongaming", "maven")

Mill build tool

ivy"com.evolutiongaming::akka-tools:0.2"
MavenRepository("https://dl.bintray.com/evolutiongaming/maven")

Scala CLI

//> using dep "com.evolutiongaming::akka-tools:0.2"

Ammonite REPL

import $ivy.`com.evolutiongaming::akka-tools:0.2`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray evolutiongaming maven",
  "Some(https://dl.bintray.com/evolutiongaming/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.evolutiongaming</groupId>
  <artifactId>akka-tools_2.11</artifactId>
  <version>0.2</version>
</dependency>

compile group: 'com.evolutiongaming', name: 'akka-tools_2.11', version: '0.2'