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.3.0


Group ID:
com.github.everpeace
Artifact ID:
healthchecks-core_2.12
Version:
0.3.0
Release Date:
Nov 3, 2017
Licenses:
MIT

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

import $ivy.`com.github.everpeace::healthchecks-core:0.3.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.12</artifactId>
  <version>0.3.0</version>
</dependency>

compile group: 'com.github.everpeace', name: 'healthchecks-core_2.12', version: '0.3.0'