<dependency> <groupId>com.hedera.hashgraph</groupId> <artifactId>hapi</artifactId> <version>0.51.4</version> </dependency>
implementation 'com.hedera.hashgraph:hapi:0.51.4'
implementation("com.hedera.hashgraph:hapi:0.51.4")
libraryDependencies += "com.hedera.hashgraph" % "hapi" % "0.51.4"
@Grapes( @Grab(group='com.hedera.hashgraph', module='hapi', version='0.51.4') )
<dependency org="com.hedera.hashgraph" name="hapi" rev="0.51.4" />
[com.hedera.hashgraph/hapi "0.51.4"]
'com.hedera.hashgraph:hapi:jar:0.51.4'
compile
|-- com.google.guava:guava:33.0.0-jre
|-- com.google.protobuf:protobuf-java:3.21.7
|-- com.hedera.pbj:pbj-runtime:0.8.9
|-- io.grpc:grpc-stub:1.54.1
|-- io.helidon.grpc:io.grpc:3.2.1
runtime
|-- io.grpc:grpc-protobuf:1.54.1
|-- org.antlr:antlr4-runtime:4.13.1