n.0.1.2.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of json Show documentation
Show all versions of json Show documentation
Immutable JSON representation in Java
module com.zuunr.json {
requires org.slf4j;
requires com.github.benmanes.caffeine;
requires clojure;
requires com.fasterxml.jackson.databind;
exports com.zuunr.json;
exports com.zuunr.json.schema;
exports com.zuunr.json.schema.validation;
exports com.zuunr.json.schema.generation ;
exports com.zuunr.json.util;
exports com.zuunr.json.pointer;
exports com.zuunr.json.schema.validation.node.string;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy