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

.config.2.1.35.source-code.module-info.j Maven / Gradle / Ivy

There is a newer version: 2.1.37
Show newest version
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;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy