n.2024.11.17.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 Show documentation
Show all versions of json Show documentation
A Java JSON Library intended to be easy to learn and simple to teach.
import org.jspecify.annotations.NullMarked;
@SuppressWarnings("module")
@NullMarked
module dev.mccue.json {
requires static org.jspecify;
exports dev.mccue.json;
exports dev.mccue.json.stream;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy