wirlds-base.0.46.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-base Show documentation
Show all versions of swirlds-base 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.base {
exports com.swirlds.base;
exports com.swirlds.base.function;
exports com.swirlds.base.state;
exports com.swirlds.base.time;
exports com.swirlds.base.units;
exports com.swirlds.base.utility;
exports com.swirlds.base.context;
exports com.swirlds.base.context.internal to
com.swirlds.base.test.fixtures,
com.swirlds.logging;
requires static com.github.spotbugs.annotations;
}