ameless.json.json-base.2.4.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-base Show documentation
Show all versions of json-base Show documentation
A set of Java interfaces, which defines the common JSON data behaviors, can be used to decouple programming logic from JSON implementations such as Jackson, Gson, org.json and Jakarta...
module com.github.wnameless.json.base {
requires static com.fasterxml.jackson.core;
requires static com.fasterxml.jackson.databind;
requires static com.google.gson;
requires static org.json;
requires static jakarta.json;
exports com.github.wnameless.json.base;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy