s

swirlds-logging

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