<dependency> <groupId>com.hedera.hashgraph</groupId> <artifactId>hapi</artifactId> <version>0.54.2</version> </dependency>
implementation 'com.hedera.hashgraph:hapi:0.54.2'
implementation("com.hedera.hashgraph:hapi:0.54.2")
libraryDependencies += "com.hedera.hashgraph" % "hapi" % "0.54.2"
@Grapes( @Grab(group='com.hedera.hashgraph', module='hapi', version='0.54.2') )
<dependency org="com.hedera.hashgraph" name="hapi" rev="0.54.2" />
[com.hedera.hashgraph/hapi "0.54.2"]
'com.hedera.hashgraph:hapi:jar:0.54.2'
compile
|-- com.google.guava:guava:33.0.0-jre
|-- com.google.protobuf:protobuf-java:3.25.5
|-- 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