pnerg / consul-recipes   1.1.0

Apache License 2.0 GitHub

Implements the most common "recipes" on Consul such as leader election and semaphore

Scala versions: 2.13 2.12 2.11

consul-recipes 0.3.1


Group ID:
org.dmonix
Artifact ID:
consul-recipes_2.12
Version:
0.3.1
Release Date:
Oct 13, 2019
Licenses:
Files:

libraryDependencies += "org.dmonix" %% "consul-recipes" % "0.3.1"

Mill build tool

ivy"org.dmonix::consul-recipes:0.3.1"

Scala CLI

//> using dep "org.dmonix::consul-recipes:0.3.1"

Ammonite REPL

import $ivy.`org.dmonix::consul-recipes:0.3.1`

<dependency>
  <groupId>org.dmonix</groupId>
  <artifactId>consul-recipes_2.12</artifactId>
  <version>0.3.1</version>
</dependency>

compile group: 'org.dmonix', name: 'consul-recipes_2.12', version: '0.3.1'