wirlds-state-api.0.54.1.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-state-api Show documentation
Show all versions of swirlds-state-api 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.
The newest version!
module com.swirlds.state.api {
exports com.swirlds.state;
exports com.swirlds.state.spi;
exports com.swirlds.state.spi.metrics;
exports com.swirlds.state.spi.info;
exports com.swirlds.state.merkle.singleton;
exports com.swirlds.state.merkle.queue;
exports com.swirlds.state.merkle.memory;
exports com.swirlds.state.merkle.disk;
exports com.swirlds.state.merkle;
requires transitive com.hedera.node.hapi;
requires transitive com.swirlds.common;
requires transitive com.swirlds.config.api;
requires transitive com.swirlds.merkle;
requires transitive com.swirlds.virtualmap;
requires transitive com.hedera.pbj.runtime;
requires com.swirlds.fcqueue;
requires org.apache.logging.log4j;
requires static transitive com.github.spotbugs.annotations;
}