pangiole / akka-wamp   0.15.2

GitHub

WAMP - Web Application Messaging Protocol implementation written with Akka

Scala versions: 2.12 2.11

akka-wamp 0.3.0


Group ID:
com.github.angiolep
Artifact ID:
akka-wamp_2.11
Version:
0.3.0
Release Date:
Jul 19, 2016
Licenses:

libraryDependencies += "com.github.angiolep" %% "akka-wamp" % "0.3.0"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.github.angiolep::akka-wamp:0.3.0"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.github.angiolep::akka-wamp:0.3.0"

Ammonite REPL

import $ivy.`com.github.angiolep::akka-wamp:0.3.0`
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.angiolep</groupId>
  <artifactId>akka-wamp_2.11</artifactId>
  <version>0.3.0</version>
</dependency>

compile group: 'com.github.angiolep', name: 'akka-wamp_2.11', version: '0.3.0'