s

swirlds-merkledb

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
文件下载
文件名 操作
swirlds-merkledb-0.48.0.jar 下载
swirlds-merkledb-0.48.0.pom 下载
swirlds-merkledb-0.48.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.swirlds</groupId>
  <artifactId>swirlds-merkledb</artifactId>
  <version>0.48.0</version>
</dependency>
Gradle Groovy
implementation 'com.swirlds:swirlds-merkledb:0.48.0'
Gradle Kotlin
implementation("com.swirlds:swirlds-merkledb:0.48.0")
Scala SBT
libraryDependencies += "com.swirlds" % "swirlds-merkledb" % "0.48.0"
Groovy Grape
@Grapes(
  @Grab(group='com.swirlds', module='swirlds-merkledb', version='0.48.0')
)
Apache Ivy
<dependency org="com.swirlds" name="swirlds-merkledb" rev="0.48.0" />
Leiningen
[com.swirlds/swirlds-merkledb "0.48.0"]
Apache Buildr
'com.swirlds:swirlds-merkledb:jar:0.48.0'