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

.status.2.1.37.source-code.module-info.j Maven / Gradle / Ivy

The newest version!
module com.networknt.status {
    exports com.networknt.status;
    exports com.networknt.status.exception;

    requires com.networknt.config;
    requires com.networknt.service;
    requires com.networknt.utility;
    requires org.slf4j;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy