
bedrock.database.2.1.0.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 database Show documentation
Show all versions of database Show documentation
Provides an interface for putting and fetching bags directly in database interfaces.
The newest version!
module com.brettonw.bedrock.database {
requires com.brettonw.bedrock.bag;
requires org.mongodb.driver.sync.client;
requires org.mongodb.driver.core;
requires org.mongodb.bson;
requires com.brettonw.bedrock.logger;
exports com.brettonw.bedrock.database;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy