Files download
File Operation
hapi-0.51.4.jar download
hapi-0.51.4.pom download
hapi-0.51.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.hedera.hashgraph</groupId>
  <artifactId>hapi</artifactId>
  <version>0.51.4</version>
</dependency>
Gradle Groovy
implementation 'com.hedera.hashgraph:hapi:0.51.4'
Gradle Kotlin
implementation("com.hedera.hashgraph:hapi:0.51.4")
Scala SBT
libraryDependencies += "com.hedera.hashgraph" % "hapi" % "0.51.4"
Groovy Grape
@Grapes(
  @Grab(group='com.hedera.hashgraph', module='hapi', version='0.51.4')
)
Apache Ivy
<dependency org="com.hedera.hashgraph" name="hapi" rev="0.51.4" />
Leiningen
[com.hedera.hashgraph/hapi "0.51.4"]
Apache Buildr
'com.hedera.hashgraph:hapi:jar:0.51.4'