listnplay / riversong   0.4.0

MIT License GitHub

Common base for microservices

Scala versions: 2.11

river-song 0.1


Group ID:
com.featurefm
Artifact ID:
river-song_2.11
Version:
0.1
Release Date:
Feb 1, 2016
Licenses:

libraryDependencies += "com.featurefm" %% "river-song" % "0.1"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.featurefm::river-song:0.1"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.featurefm::river-song:0.1"

Ammonite REPL

import $ivy.`com.featurefm::river-song: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.featurefm</groupId>
  <artifactId>river-song_2.11</artifactId>
  <version>0.1</version>
</dependency>

compile group: 'com.featurefm', name: 'river-song_2.11', version: '0.1'