piltt / silky-akka   1.0.51

Apache License 2.0 GitHub

Akka extension for tracing message flows within a system of Scala actors

Scala versions: 2.11 2.10

silky-akka 1.0.51


Group ID:
com.github.piltt
Artifact ID:
silky-akka_2.11
Version:
1.0.51
Release Date:
Sept 1, 2016
Licenses:

libraryDependencies += "com.github.piltt" %% "silky-akka" % "1.0.51"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.github.piltt::silky-akka:1.0.51"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.github.piltt::silky-akka:1.0.51"

Ammonite REPL

import $ivy.`com.github.piltt::silky-akka:1.0.51`
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.github.piltt</groupId>
  <artifactId>silky-akka_2.11</artifactId>
  <version>1.0.51</version>
</dependency>

compile group: 'com.github.piltt', name: 'silky-akka_2.11', version: '1.0.51'