Coordinated (etcd, ...) cluster construction for dynamic (cloud, containers) environments
constructr-coordination-etcd 0.15.1
Group ID:
de.heikoseeberger
Artifact ID:
constructr-coordination-etcd_2.12
Version:
0.15.1
Release Date:
Jan 20, 2017
Licenses:
libraryDependencies += "de.heikoseeberger" %% "constructr-coordination-etcd" % "0.15.1" resolvers += Resolver.bintrayRepo("timothyklim", "maven")
ivy"de.heikoseeberger::constructr-coordination-etcd:0.15.1" MavenRepository("https://dl.bintray.com/timothyklim/maven")
//> using dep "de.heikoseeberger::constructr-coordination-etcd:0.15.1"
import $ivy.`de.heikoseeberger::constructr-coordination-etcd: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-etcd_2.12</artifactId> <version>0.15.1</version> </dependency>
compile group: 'de.heikoseeberger', name: 'constructr-coordination-etcd_2.12', version: '0.15.1'