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