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

bedrock.bag.2.1.0.source-code.module-info Maven / Gradle / Ivy

Go to download

Bag provides two container classes for text-based storage of constrained types in an array (BagArray) or as a map (BagObject), with a means of serializing objects to and from these container types.

The newest version!
module com.brettonw.bedrock.bag {
    requires jdk.unsupported;
    requires com.brettonw.bedrock;
    requires com.brettonw.bedrock.logger;
    exports com.brettonw.bedrock.bag;
    exports com.brettonw.bedrock.bag.formats;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy