All Downloads are FREE. Search and download functionalities are using the official Maven repository.

shgraph.app-service-consensus.0.53.5.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 0.57.3
Show newest version
module com.hedera.node.app.service.consensus {
    exports com.hedera.node.app.service.consensus;

    uses com.hedera.node.app.service.consensus.ConsensusService;

    requires transitive com.hedera.node.app.spi;
    requires transitive com.hedera.node.hapi;
    requires transitive com.hedera.pbj.runtime;
    requires com.hedera.node.app.hapi.utils;
    requires static com.github.spotbugs.annotations;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy