wirlds-state-api.0.51.5.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.
module com.swirlds.state.api {
exports com.swirlds.state;
exports com.swirlds.state.spi;
exports com.swirlds.state.spi.metrics;
requires com.hedera.pbj.runtime;
requires static com.github.spotbugs.annotations;
}