License |
License
Swirlds Proprietary License
|
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcom.swirlds |
ArtifactId | ArtifactIdswirlds-platform |
Version | Version0.23.1 |
Type | Typejar |
Description |
Descriptionswirlds-platform
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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
swirlds-platform-0.23.1.pom | 34 KB |
swirlds-platform-0.23.1-javadoc.jar | 4 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.swirlds/swirlds-platform/ -->
<dependency>
<groupId>com.swirlds</groupId>
<artifactId>swirlds-platform</artifactId>
<version>0.23.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.swirlds/swirlds-platform/
implementation 'com.swirlds:swirlds-platform:0.23.1'
// https://jarcasting.com/artifacts/com.swirlds/swirlds-platform/
implementation ("com.swirlds:swirlds-platform:0.23.1")
'com.swirlds:swirlds-platform:jar:0.23.1'
<dependency org="com.swirlds" name="swirlds-platform" rev="0.23.1">
<artifact name="swirlds-platform" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.swirlds', module='swirlds-platform', version='0.23.1')
)
libraryDependencies += "com.swirlds" % "swirlds-platform" % "0.23.1"
[com.swirlds/swirlds-platform "0.23.1"]