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

shgraph.sdk.2.36.0-beta.1.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 2.39.0
Show newest version
module com.hedera.hashgraph.sdk {
    requires transitive com.google.protobuf;

    requires com.google.common;
    requires com.google.gson;
    requires headlong;
    requires io.grpc.inprocess;
    requires io.grpc.protobuf.lite;
    requires io.grpc.stub;
    requires io.grpc;
    requires java.net.http;
    requires org.bouncycastle.pkix;
    requires org.bouncycastle.provider;
    requires org.slf4j;

    requires static com.github.spotbugs.annotations;
    requires static com.google.errorprone.annotations;
    requires static java.annotation;

    exports com.hedera.hashgraph.sdk;
    exports com.hedera.hashgraph.sdk.logger;
    exports com.hedera.hashgraph.sdk.proto;

    opens com.hedera.hashgraph.sdk;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy