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-core 0.4.0


Group ID:
com.github.everpeace
Artifact ID:
healthchecks-core_2.11
Version:
0.4.0
Release Date:
Aug 30, 2018
Licenses:
MIT

libraryDependencies += "com.github.everpeace" %% "healthchecks-core" % "0.4.0"
resolvers += Resolver.bintrayRepo("everpeace", "maven")

Mill build tool

ivy"com.github.everpeace::healthchecks-core:0.4.0"
MavenRepository("https://dl.bintray.com/everpeace/maven")

Scala CLI

//> using dep "com.github.everpeace::healthchecks-core:0.4.0"

Ammonite REPL

import $ivy.`com.github.everpeace::healthchecks-core:0.4.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-core_2.11</artifactId>
  <version>0.4.0</version>
</dependency>

compile group: 'com.github.everpeace', name: 'healthchecks-core_2.11', version: '0.4.0'