wirlds-cli.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-cli Show documentation
Show all versions of swirlds-cli 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.cli {
exports com.swirlds.cli;
exports com.swirlds.cli.commands;
exports com.swirlds.cli.utility;
exports com.swirlds.cli.logging;
opens com.swirlds.cli to
info.picocli;
opens com.swirlds.cli.utility to
info.picocli;
opens com.swirlds.cli.commands to
info.picocli;
opens com.swirlds.cli.logging to
info.picocli;
requires transitive com.swirlds.common;
requires transitive info.picocli;
requires transitive org.apache.logging.log4j;
requires com.swirlds.logging;
requires io.github.classgraph;
requires static transitive com.github.spotbugs.annotations;
}