nilsga / twitter-hbc-akka-stream-source   0.1.0

MIT License GitHub

Akka Stream source stage for Twitter Hosebird Client

Scala versions: 2.12

twitter-hbc-akka-stream-source 0.1.0


Group ID:
com.github.nilsga
Artifact ID:
twitter-hbc-akka-stream-source_2.12
Version:
0.1.0
Release Date:
Oct 18, 2017
Licenses:
MIT

libraryDependencies += "com.github.nilsga" %% "twitter-hbc-akka-stream-source" % "0.1.0"
resolvers += Resolver.bintrayRepo("nilsga", "maven")

Mill build tool

ivy"com.github.nilsga::twitter-hbc-akka-stream-source:0.1.0"
MavenRepository("https://dl.bintray.com/nilsga/maven")

Scala CLI

//> using dep "com.github.nilsga::twitter-hbc-akka-stream-source:0.1.0"

Ammonite REPL

import $ivy.`com.github.nilsga::twitter-hbc-akka-stream-source:0.1.0`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray nilsga maven",
  "Some(https://dl.bintray.com/nilsga/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.github.nilsga</groupId>
  <artifactId>twitter-hbc-akka-stream-source_2.12</artifactId>
  <version>0.1.0</version>
</dependency>

compile group: 'com.github.nilsga', name: 'twitter-hbc-akka-stream-source_2.12', version: '0.1.0'