.config.2.1.35.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 config Show documentation
Show all versions of config Show documentation
A module that handles externalized configuration files.
module com.networknt.config {
requires com.networknt.decryptor;
requires com.fasterxml.jackson.annotation;
requires com.fasterxml.jackson.core;
requires com.fasterxml.jackson.databind;
requires com.fasterxml.jackson.datatype.jsr310;
requires encoder;
requires org.slf4j;
requires snakeyaml;
uses com.networknt.config.Config;
exports com.networknt.config;
}