wirlds-common-testing.0.46.0.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swirlds-common-testing Show documentation
Show all versions of swirlds-common-testing Show documentation
Swirlds is a software platform designed to build fully-distributed applications that harness the power of the cloud without servers. Now you can develop applications with fairness in decision making, speed, trust and reliability, at a fraction of the cost of traditional server-based platforms.
open module com.swirlds.common.testing {
exports com.swirlds.common.test.merkle.util;
exports com.swirlds.common.test.merkle.dummy;
requires transitive com.swirlds.common;
requires transitive org.apache.logging.log4j.core;
requires com.swirlds.base;
requires java.scripting;
requires org.apache.logging.log4j;
requires org.junit.jupiter.api;
requires static com.github.spotbugs.annotations;
}