All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.health.2.1.33.source-code.module-info.j Maven / Gradle / Ivy

Go to download

A handler endpoint that output OK only for other application to check if this service is alive

There is a newer version: 2.1.37
Show newest version
module com.networknt.health {
    exports com.networknt.health;

    requires com.networknt.handler;

    requires undertow.core;
    requires org.slf4j;
    requires java.logging;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy