MVN

com.monkat : spring-livecheck

Maven & Gradle

Jan 02, 2019
0 stars

Live HealthCheck Library · 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.

<dependency>
    <groupId>com.monkat</groupId>
    <artifactId>spring-livecheck</artifactId>
    <version>0.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.monkat : spring-livecheck to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.7

All Versions

Choose a version of com.monkat : spring-livecheck to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
spring-livecheck-0.0.7
spring-livecheck-0.0.6
spring-livecheck-0.0.5

How to add a dependency to Maven

Add the following com.monkat : spring-livecheck maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.monkat</groupId>
    <artifactId>spring-livecheck</artifactId>
    <version>0.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.monkat : spring-livecheck gradle dependency to your build.gradle file:

implementation 'com.monkat:spring-livecheck:0.0.7'

Gradle Kotlin DSL: Add the following com.monkat : spring-livecheck gradle kotlin dependency to your build.gradle.kts file:

implementation("com.monkat:spring-livecheck:0.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.monkat : spring-livecheck sbt scala dependency to your build.sbt file:

libraryDependencies += "com.monkat" % "spring-livecheck" % "0.0.7"

Advertisement