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