grahamar / inflatable   0.0.2

Apache License 2.0 GitHub

Inflatable Raft - A Scala based PnP leader election library for use in AWS

Scala versions: 2.11 2.10

inflatable 0.0.1


Group ID:
com.teambytes
Artifact ID:
inflatable_2.10
Version:
0.0.1
Release Date:
Dec 2, 2014
Licenses:

libraryDependencies += "com.teambytes" %% "inflatable" % "0.0.1"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.teambytes::inflatable:0.0.1"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.teambytes::inflatable:0.0.1"

Ammonite REPL

import $ivy.`com.teambytes::inflatable:0.0.1`
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.teambytes</groupId>
  <artifactId>inflatable_2.10</artifactId>
  <version>0.0.1</version>
</dependency>

compile group: 'com.teambytes', name: 'inflatable_2.10', version: '0.0.1'