wirlds-platform-gui.0.45.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-platform-gui Show documentation
Show all versions of swirlds-platform-gui 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.platform.gui {
exports com.swirlds.gui;
exports com.swirlds.gui.hashgraph;
exports com.swirlds.gui.components;
exports com.swirlds.gui.model;
requires transitive com.swirlds.common;
requires transitive java.desktop;
requires com.swirlds.logging;
requires org.apache.logging.log4j;
requires static com.github.spotbugs.annotations;
}