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

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

module com.networknt.registry {
    exports com.networknt.registry;
    exports com.networknt.registry.support;
    exports com.networknt.registry.support.command;

    requires com.networknt.status;
    requires com.networknt.utility;
    requires com.networknt.switcher;

    requires org.slf4j;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy