molecule-labs / molecule   0.5.2

Apache License 2.0 GitHub

A concurrent programming library combining monadic and streaming I/O in Scala

Scala versions: 2.11 2.10

molecule-core-examples 0.5.2


Group ID:
com.github.molecule-labs
Artifact ID:
molecule-core-examples_2.10
Version:
0.5.2
Release Date:
Feb 3, 2015
Licenses:

libraryDependencies += "com.github.molecule-labs" %% "molecule-core-examples" % "0.5.2"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.github.molecule-labs::molecule-core-examples:0.5.2"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.github.molecule-labs::molecule-core-examples:0.5.2"

Ammonite REPL

import $ivy.`com.github.molecule-labs::molecule-core-examples:0.5.2`
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.github.molecule-labs</groupId>
  <artifactId>molecule-core-examples_2.10</artifactId>
  <version>0.5.2</version>
</dependency>

compile group: 'com.github.molecule-labs', name: 'molecule-core-examples_2.10', version: '0.5.2'