s

swirlds-merkle

Swirlds is a software platform designed to build fully-distributed applications that harness the power of the cloud without servers. Now you can develop applications with fairness in decision making, speed, trust and reliability, at a fraction of the cost of traditional server-based platforms.
https://www.swirlds.com/
Apache License, Version 2.0
Hedera Hashgraph, LLC
Platform Base Team Platform Hashgraph Team Platform Data Team Release Engineering Team
Files download
File Operation
swirlds-merkle-0.47.1.jar download
swirlds-merkle-0.47.1.pom download
swirlds-merkle-0.47.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.swirlds</groupId>
  <artifactId>swirlds-merkle</artifactId>
  <version>0.47.1</version>
</dependency>
Gradle Groovy
implementation 'com.swirlds:swirlds-merkle:0.47.1'
Gradle Kotlin
implementation("com.swirlds:swirlds-merkle:0.47.1")
Scala SBT
libraryDependencies += "com.swirlds" % "swirlds-merkle" % "0.47.1"
Groovy Grape
@Grapes(
  @Grab(group='com.swirlds', module='swirlds-merkle', version='0.47.1')
)
Apache Ivy
<dependency org="com.swirlds" name="swirlds-merkle" rev="0.47.1" />
Leiningen
[com.swirlds/swirlds-merkle "0.47.1"]
Apache Buildr
'com.swirlds:swirlds-merkle:jar:0.47.1'