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