.utility.2.1.36.source-code.module-info.j Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of utility Show documentation
Show all versions of utility Show documentation
A utility module that contains all the utilities shared across other modules.
module com.networknt.utility {
exports com.networknt.utility;
requires org.slf4j;
requires org.apache.commons.codec;
}