s

spring-livecheck

A simple spring based health check library for live systems that cannot easily create and rely on using test or dummy data to verify the health of a system.
https://github.com/cheekymonkat/spring-livecheck
MIT License
Alan Turner
Files download
File Operation
spring-livecheck-0.0.7.jar download
spring-livecheck-0.0.7.pom download
spring-livecheck-0.0.7-sources.jar download
Apache Maven
<dependency>
  <groupId>com.monkat</groupId>
  <artifactId>spring-livecheck</artifactId>
  <version>0.0.7</version>
</dependency>
Gradle Groovy
implementation 'com.monkat:spring-livecheck:0.0.7'
Gradle Kotlin
implementation("com.monkat:spring-livecheck:0.0.7")
Scala SBT
libraryDependencies += "com.monkat" % "spring-livecheck" % "0.0.7"
Groovy Grape
@Grapes(
  @Grab(group='com.monkat', module='spring-livecheck', version='0.0.7')
)
Apache Ivy
<dependency org="com.monkat" name="spring-livecheck" rev="0.0.7" />
Leiningen
[com.monkat/spring-livecheck "0.0.7"]
Apache Buildr
'com.monkat:spring-livecheck:jar:0.0.7'