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

.sanitizer.2.0.31.source-code.module-info.j Maven / Gradle / Ivy

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

    requires com.networknt.body;
    requires com.networknt.config;
    requires com.networknt.handler;
    requires com.networknt.utility;

    requires undertow.core;
    requires encoder;
    requires org.slf4j;
    requires com.fasterxml.jackson.annotation;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy