shgraph.app-service-util-impl.0.54.0.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 app-service-util-impl Show documentation
Show all versions of app-service-util-impl Show documentation
Default Hedera Util Service Implementation
import com.hedera.node.app.service.util.impl.UtilServiceImpl;
module com.hedera.node.app.service.util.impl {
requires transitive com.hedera.node.app.service.util;
requires transitive com.hedera.node.app.spi;
requires transitive com.hedera.node.hapi;
requires transitive com.hedera.pbj.runtime;
requires transitive dagger;
requires transitive java.compiler; // javax.annotation.processing.Generated
requires transitive javax.inject;
requires com.hedera.node.config;
requires com.swirlds.config.api;
requires org.apache.logging.log4j;
requires static com.github.spotbugs.annotations;
provides com.hedera.node.app.service.util.UtilService with
UtilServiceImpl;
exports com.hedera.node.app.service.util.impl to
com.hedera.node.app,
com.hedera.node.test.clients;
exports com.hedera.node.app.service.util.impl.handlers;
exports com.hedera.node.app.service.util.impl.components;
exports com.hedera.node.app.service.util.impl.records;
}