zinkdigital / fly-scala   2.1.6

Website GitHub

This is the home for clients to Fly, a lightweight Object Space that can distribute and coordinate information on clusters of computers in the form of Immutable Objects.

Scala versions: 2.11 2.10

flyscala 2.1.4


Group ID:
com.flyobjectspace
Artifact ID:
flyscala_2.10
Version:
2.1.4
Release Date:
Nov 15, 2014
Licenses:
MIT

libraryDependencies += "com.flyobjectspace" %% "flyscala" % "2.1.4"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.flyobjectspace::flyscala:2.1.4"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.flyobjectspace::flyscala:2.1.4"

Ammonite REPL

import $ivy.`com.flyobjectspace::flyscala:2.1.4`
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.flyobjectspace</groupId>
  <artifactId>flyscala_2.10</artifactId>
  <version>2.1.4</version>
</dependency>

compile group: 'com.flyobjectspace', name: 'flyscala_2.10', version: '2.1.4'