License |
License
Swirlds Proprietary License
|
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcom.swirlds |
ArtifactId | ArtifactIdswirlds-platform |
Last Version | Last Version0.27.1 |
Release Date | Release Date |
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.27.1.pom | 34 KB |
swirlds-platform-0.27.1-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.swirlds/swirlds-platform/ -->
<dependency>
<groupId>com.swirlds</groupId>
<artifactId>swirlds-platform</artifactId>
<version>0.27.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.swirlds/swirlds-platform/
implementation 'com.swirlds:swirlds-platform:0.27.1'
// https://jarcasting.com/artifacts/com.swirlds/swirlds-platform/
implementation ("com.swirlds:swirlds-platform:0.27.1")
'com.swirlds:swirlds-platform:jar:0.27.1'
<dependency org="com.swirlds" name="swirlds-platform" rev="0.27.1">
<artifact name="swirlds-platform" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.swirlds', module='swirlds-platform', version='0.27.1')
)
libraryDependencies += "com.swirlds" % "swirlds-platform" % "0.27.1"
[com.swirlds/swirlds-platform "0.27.1"]