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

rage-units.storage-units-orika.2023.12.20.source-code.module-info Maven / Gradle / Ivy

The newest version!
/*
 * SPDX-FileCopyrightText: The Storage-Units Authors
 * SPDX-License-Identifier: 0BSD
 */
/**
 * Module for Orika support.
 */
@org.jspecify.annotations.NullMarked
module wtf.metio.storageunits.orika {

    requires wtf.metio.storageunits.model;
    requires orika.core;
    requires org.jspecify;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy