
http-json-jsonb.2.1.1.source-code.module-info Maven / Gradle / Ivy
The newest version!
module net.dongliu.xhttp.json.jsonb {
requires java.net.http;
requires net.dongliu.commons;
requires net.dongliu.xhttp;
requires transitive net.dongliu.xhttp.json;
// jsonb
requires java.json;
requires java.json.bind;
exports net.dongliu.xhttp.json.jsonb;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy