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

.prometheus.2.1.30.source-code.module-info.j Maven / Gradle / Ivy

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

    requires com.networknt.audit;
    requires com.networknt.config;
    requires com.networknt.handler;
    requires com.networknt.utility;
    requires com.networknt.client;

    requires simpleclient;
    requires simpleclient.common;
    requires com.fasterxml.jackson.annotation;
    requires undertow.core;
    requires org.slf4j;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy