h

health

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