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

.utility.2.1.36.source-code.module-info.j Maven / Gradle / Ivy

Go to download

A utility module that contains all the utilities shared across other modules.

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

    requires org.slf4j;
    requires org.apache.commons.codec;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy