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