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

shgraph.app-service-file.0.56.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.file {
    exports com.hedera.node.app.service.file;

    uses com.hedera.node.app.service.file.FileService;

    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 com.swirlds.state.api;
    requires static com.github.spotbugs.annotations;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy