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

n.0.1.2.source-code.module-info Maven / Gradle / Ivy

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