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

shgraph.config.0.53.5.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 0.54.1
Show newest version
module com.hedera.node.config {
    exports com.hedera.node.config;
    exports com.hedera.node.config.converter;
    exports com.hedera.node.config.data;
    exports com.hedera.node.config.sources;
    exports com.hedera.node.config.types;
    exports com.hedera.node.config.validation;

    requires transitive com.hedera.node.app.hapi.utils;
    requires transitive com.hedera.node.hapi;
    requires transitive com.swirlds.config.api;
    requires transitive com.swirlds.config.extensions;
    requires transitive com.hedera.pbj.runtime;
    requires com.swirlds.common;
    requires org.apache.commons.lang3;
    requires org.apache.logging.log4j;
    requires static com.github.spotbugs.annotations;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy