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

oization.memoization-tck.2023.11.14.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 2024.1.8
Show newest version
/*
 * SPDX-FileCopyrightText: The memoization.java Authors
 * SPDX-License-Identifier: 0BSD
 */
/**
 * The tck module contains re-usable test cases for the various memoization.java modules.
 */
@org.jspecify.annotations.NullMarked
module wtf.metio.memoization.tck {

    requires wtf.metio.memoization.core;
    requires org.junit.jupiter.api;
    requires org.jspecify;

    exports wtf.metio.memoization.tck;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy