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.32.jar download
health-2.1.32.pom download
health-2.1.32-sources.jar download
Apache Maven
<dependency>
  <groupId>com.networknt</groupId>
  <artifactId>health</artifactId>
  <version>2.1.32</version>
</dependency>
Gradle Groovy
implementation 'com.networknt:health:2.1.32'
Gradle Kotlin
implementation("com.networknt:health:2.1.32")
Scala SBT
libraryDependencies += "com.networknt" % "health" % "2.1.32"
Groovy Grape
@Grapes(
  @Grab(group='com.networknt', module='health', version='2.1.32')
)
Apache Ivy
<dependency org="com.networknt" name="health" rev="2.1.32" />
Leiningen
[com.networknt/health "2.1.32"]
Apache Buildr
'com.networknt:health:jar:2.1.32'