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 2.0 License
Swirlds, Inc.
Nathan Klick Lazar Petrovic
Files download
File Operation
swirlds-merkle-0.41.0.jar download
swirlds-merkle-0.41.0.pom download
Apache Maven
<dependency>
  <groupId>com.swirlds</groupId>
  <artifactId>swirlds-merkle</artifactId>
  <version>0.41.0</version>
</dependency>
Gradle Groovy
implementation 'com.swirlds:swirlds-merkle:0.41.0'
Gradle Kotlin
implementation("com.swirlds:swirlds-merkle:0.41.0")
Scala SBT
libraryDependencies += "com.swirlds" % "swirlds-merkle" % "0.41.0"
Groovy Grape
@Grapes(
  @Grab(group='com.swirlds', module='swirlds-merkle', version='0.41.0')
)
Apache Ivy
<dependency org="com.swirlds" name="swirlds-merkle" rev="0.41.0" />
Leiningen
[com.swirlds/swirlds-merkle "0.41.0"]
Apache Buildr
'com.swirlds:swirlds-merkle:jar:0.41.0'