benoitguigal / reactive-bird   1.0

MIT License GitHub

A scala client for Twitter v1.1 API

Scala versions: 2.10

reactivebird 1.0


Group ID:
org.reactivebird
Artifact ID:
reactivebird_2.10
Version:
1.0
Release Date:
Jan 17, 2015
Licenses:

libraryDependencies += "org.reactivebird" %% "reactivebird" % "1.0"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"org.reactivebird::reactivebird:1.0"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "org.reactivebird::reactivebird:1.0"

Ammonite REPL

import $ivy.`org.reactivebird::reactivebird:1.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>org.reactivebird</groupId>
  <artifactId>reactivebird_2.10</artifactId>
  <version>1.0</version>
</dependency>

compile group: 'org.reactivebird', name: 'reactivebird_2.10', version: '1.0'