h

health

A handler endpoint that output OK only for other application to check if this service is alive
Files download
File Operation
health-2.1.8.jar download
health-2.1.8.pom download
health-2.1.8-sources.jar download
Apache Maven
<dependency>
  <groupId>com.networknt</groupId>
  <artifactId>health</artifactId>
  <version>2.1.8</version>
</dependency>
Gradle Groovy
implementation 'com.networknt:health:2.1.8'
Gradle Kotlin
implementation("com.networknt:health:2.1.8")
Scala SBT
libraryDependencies += "com.networknt" % "health" % "2.1.8"
Groovy Grape
@Grapes(
  @Grab(group='com.networknt', module='health', version='2.1.8')
)
Apache Ivy
<dependency org="com.networknt" name="health" rev="2.1.8" />
Leiningen
[com.networknt/health "2.1.8"]
Apache Buildr
'com.networknt:health:jar:2.1.8'