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

rage-units.storage-units-mongodb.2023.6.6.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 2023.12.20
Show newest version
/*
 * SPDX-FileCopyrightText: The Storage-Units Authors
 * SPDX-License-Identifier: 0BSD
 */
/**
 * Module for MongoDB support.
 */
@org.jspecify.annotations.NullMarked
module wtf.metio.storageunits.mongodb {

    requires wtf.metio.storageunits.model;
    requires org.mongodb.bson;
    requires org.jspecify;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy