MVN

com.github.herrschwarz : status4spring

Maven & Gradle

Jun 12, 2016
0 stars

Controller providing various information like memory utilization, number of processors and threads. Provides some health inspectors to check the current state of your application, incl. the possibility to implement your own health inspectors

<dependency>
    <groupId>com.github.herrschwarz</groupId>
    <artifactId>status4spring</artifactId>
    <version>0.1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.herrschwarz : status4spring to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.7

All Versions

Choose a version of com.github.herrschwarz : status4spring to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
status4spring-0.1.7
status4spring-0.1.6
status4spring-0.1.5
status4spring-0.1.1

How to add a dependency to Maven

Add the following com.github.herrschwarz : status4spring maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.herrschwarz</groupId>
    <artifactId>status4spring</artifactId>
    <version>0.1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.herrschwarz : status4spring gradle dependency to your build.gradle file:

implementation 'com.github.herrschwarz:status4spring:0.1.7'

Gradle Kotlin DSL: Add the following com.github.herrschwarz : status4spring gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.herrschwarz:status4spring:0.1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.herrschwarz : status4spring sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.herrschwarz" % "status4spring" % "0.1.7"