sio-concurrent 0.2.1


Group ID:
com.alexknvl
Artifact ID:
sio-concurrent_2.12
Version:
0.2.1
Release Date:
Jan 5, 2017
Licenses:
MIT

libraryDependencies += "com.alexknvl" %% "sio-concurrent" % "0.2.1"
resolvers += Resolver.bintrayRepo("alexknvl", "maven")

Mill build tool

ivy"com.alexknvl::sio-concurrent:0.2.1"
MavenRepository("https://dl.bintray.com/alexknvl/maven")

Scala CLI

//> using dep "com.alexknvl::sio-concurrent:0.2.1"

Ammonite REPL

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

<dependency>
  <groupId>com.alexknvl</groupId>
  <artifactId>sio-concurrent_2.12</artifactId>
  <version>0.2.1</version>
</dependency>

compile group: 'com.alexknvl', name: 'sio-concurrent_2.12', version: '0.2.1'