everpeace / healthchecks   0.4.0

MIT License Website GitHub

tiny healthcheck library for akka-http with Kubernetes liveness/readiness probe support

Scala versions: 2.12 2.11

healthchecks-k8s-probes 0.1.0


Group ID:
com.github.everpeace
Artifact ID:
healthchecks-k8s-probes_2.12
Version:
0.1.0
Release Date:
Oct 25, 2017
Licenses:
MIT

libraryDependencies += "com.github.everpeace" %% "healthchecks-k8s-probes" % "0.1.0"
resolvers += Resolver.bintrayRepo("everpeace", "maven")

Mill build tool

ivy"com.github.everpeace::healthchecks-k8s-probes:0.1.0"
MavenRepository("https://dl.bintray.com/everpeace/maven")

Scala CLI

//> using dep "com.github.everpeace::healthchecks-k8s-probes:0.1.0"

Ammonite REPL

import $ivy.`com.github.everpeace::healthchecks-k8s-probes:0.1.0`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray everpeace maven",
  "Some(https://dl.bintray.com/everpeace/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.github.everpeace</groupId>
  <artifactId>healthchecks-k8s-probes_2.12</artifactId>
  <version>0.1.0</version>
</dependency>

compile group: 'com.github.everpeace', name: 'healthchecks-k8s-probes_2.12', version: '0.1.0'