hseeberger / constructr   0.19.0

Apache License 2.0 GitHub

Coordinated (etcd, ...) cluster construction for dynamic (cloud, containers) environments

Scala versions: 2.12 2.11

constructr-coordination 0.15.1


Group ID:
de.heikoseeberger
Artifact ID:
constructr-coordination_2.12
Version:
0.15.1
Release Date:
Jan 20, 2017
Licenses:
MIT

libraryDependencies += "de.heikoseeberger" %% "constructr-coordination" % "0.15.1"
resolvers += Resolver.bintrayRepo("timothyklim", "maven")

Mill build tool

ivy"de.heikoseeberger::constructr-coordination:0.15.1"
MavenRepository("https://dl.bintray.com/timothyklim/maven")

Scala CLI

//> using dep "de.heikoseeberger::constructr-coordination:0.15.1"

Ammonite REPL

import $ivy.`de.heikoseeberger::constructr-coordination:0.15.1`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray timothyklim maven",
  "Some(https://dl.bintray.com/timothyklim/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>de.heikoseeberger</groupId>
  <artifactId>constructr-coordination_2.12</artifactId>
  <version>0.15.1</version>
</dependency>

compile group: 'de.heikoseeberger', name: 'constructr-coordination_2.12', version: '0.15.1'