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