.json-overlay.2.1.29.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 json-overlay Show documentation
Show all versions of json-overlay Show documentation
A fork of RepreZen JsonOverlay with all dependencies and code generation removed
module com.networknt.json.overlay {
exports com.networknt.jsonoverlay;
requires com.networknt.http.url;
requires com.networknt.utility;
requires org.slf4j;
requires com.fasterxml.jackson.core;
requires com.fasterxml.jackson.databind;
requires com.fasterxml.jackson.dataformat.yaml;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy