pygmalios / reactiveinflux   0.10.0.5

Apache License 2.0 GitHub

Non-blocking, reactive InfluxDB driver for Scala and Java.

Scala versions: 2.11 2.10

reactiveinflux 0.10.0.5


Group ID:
com.pygmalios
Artifact ID:
reactiveinflux_2.11
Version:
0.10.0.5
Release Date:
May 9, 2016
Licenses:

libraryDependencies += "com.pygmalios" %% "reactiveinflux" % "0.10.0.5"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.pygmalios::reactiveinflux:0.10.0.5"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.pygmalios::reactiveinflux:0.10.0.5"

Ammonite REPL

import $ivy.`com.pygmalios::reactiveinflux:0.10.0.5`
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.pygmalios</groupId>
  <artifactId>reactiveinflux_2.11</artifactId>
  <version>0.10.0.5</version>
</dependency>

compile group: 'com.pygmalios', name: 'reactiveinflux_2.11', version: '0.10.0.5'