websocket-scala-client 0.2.3


Group ID:
com.github.andyglow
Artifact ID:
websocket-scala-client_2.11
Version:
0.2.3
Release Date:
May 24, 2017
Licenses:

libraryDependencies += "com.github.andyglow" %% "websocket-scala-client" % "0.2.3"
resolvers += Resolver.bintrayRepo("andyglow", "scala-tools")

Mill build tool

ivy"com.github.andyglow::websocket-scala-client:0.2.3"
MavenRepository("https://dl.bintray.com/andyglow/scala-tools")

Scala CLI

//> using dep "com.github.andyglow::websocket-scala-client:0.2.3"

Ammonite REPL

import $ivy.`com.github.andyglow::websocket-scala-client:0.2.3`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray andyglow scala-tools",
  "Some(https://dl.bintray.com/andyglow/scala-tools)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.github.andyglow</groupId>
  <artifactId>websocket-scala-client_2.11</artifactId>
  <version>0.2.3</version>
</dependency>

compile group: 'com.github.andyglow', name: 'websocket-scala-client_2.11', version: '0.2.3'