tiny healthcheck library for akka-http with Kubernetes liveness/readiness probe support
healthchecks-core 0.4.0
Group ID:
com.github.everpeace
Artifact ID:
healthchecks-core_2.12
Version:
0.4.0
Release Date:
Aug 30, 2018
Licenses:
libraryDependencies += "com.github.everpeace" %% "healthchecks-core" % "0.4.0" resolvers += Resolver.bintrayRepo("everpeace", "maven")
ivy"com.github.everpeace::healthchecks-core:0.4.0" MavenRepository("https://dl.bintray.com/everpeace/maven")
//> using dep "com.github.everpeace::healthchecks-core:0.4.0"
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.12</artifactId> <version>0.4.0</version> </dependency>
compile group: 'com.github.everpeace', name: 'healthchecks-core_2.12', version: '0.4.0'