.monad-result.2.1.37.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 monad-result Show documentation
Show all versions of monad-result Show documentation
A monad result wraps a T if success and Status if failure.
The newest version!
module com.networknt.monadresult {
exports com.networknt.monad;
requires com.networknt.status;
requires com.networknt.config;
requires com.networknt.utility;
requires java.management;
requires org.slf4j;
requires jdk.unsupported;
}