All Downloads are FREE. Search and download functionalities are using the official Maven repository.

n.2024.11.17.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 2024.11.20
Show newest version
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