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

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

The newest version!
module com.networknt.service {
    exports com.networknt.service;
    requires com.networknt.config;
    uses com.networknt.config.Config;
    requires org.slf4j;
    requires java.desktop;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy