e-json-core.3.0-RC3.source-code.module-info Maven / Gradle / Ivy
module io.avaje.json {
exports io.avaje.json;
exports io.avaje.json.simple;
exports io.avaje.json.stream;
exports io.avaje.json.view;
exports io.avaje.json.core to io.avaje.jsonb;
requires static io.helidon.webserver;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy