iothub-react 0.8.0-DEV.161031b


Group ID:
com.microsoft.azure.iot
Artifact ID:
iothub-react_2.12
Version:
0.8.0-DEV.161031b
Release Date:
Oct 31, 2016
Licenses:
MIT

libraryDependencies += "com.microsoft.azure.iot" %% "iothub-react" % "0.8.0-DEV.161031b"
resolvers += Resolver.bintrayRepo("microsoftazuretoketi", "toketi-repo")

Mill build tool

ivy"com.microsoft.azure.iot::iothub-react:0.8.0-DEV.161031b"
MavenRepository("https://dl.bintray.com/microsoftazuretoketi/toketi-repo")

Scala CLI

//> using dep "com.microsoft.azure.iot::iothub-react:0.8.0-DEV.161031b"

Ammonite REPL

import $ivy.`com.microsoft.azure.iot::iothub-react:0.8.0-DEV.161031b`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray microsoftazuretoketi toketi-repo",
  "Some(https://dl.bintray.com/microsoftazuretoketi/toketi-repo)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.microsoft.azure.iot</groupId>
  <artifactId>iothub-react_2.12</artifactId>
  <version>0.8.0-DEV.161031b</version>
</dependency>

compile group: 'com.microsoft.azure.iot', name: 'iothub-react_2.12', version: '0.8.0-DEV.161031b'