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

wirlds-test-framework.0.46.2.source-code.module-info Maven / Gradle / Ivy

module com.swirlds.test.framework {
    exports com.swirlds.test.framework;
    exports com.swirlds.test.framework.context;
    exports com.swirlds.test.framework.config;

    requires transitive com.swirlds.base;
    requires transitive com.swirlds.common;
    requires transitive com.swirlds.config.api;
    requires com.swirlds.config.extensions;
    requires org.apache.logging.log4j.core;
    requires org.apache.logging.log4j;
    requires static com.github.spotbugs.annotations;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy