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

rage-units.storage-units-gson.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 GSON support.
 */
@org.jspecify.annotations.NullMarked
module wtf.metio.storageunits.gson {

    requires wtf.metio.storageunits.model;
    requires com.google.gson;
    requires org.jspecify;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy