consensus-model
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.swirlds</groupId> <artifactId>consensus-model</artifactId> <version>0.62.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>com.swirlds</groupId> <artifactId>consensus-model</artifactId> <version>0.62.0</version> <name>consensus-model</name> <description>Hedera Hashgraph 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.</description> <url>https://hiero.org/</url> <inceptionYear>2024</inceptionYear> <organization> <name>Hiero - a Linux Foundation Decentralized Trust project</name> <url>https://hiero.org/</url> </organization> <licenses> <license> <name>Apache License, Version 2.0</name> <url>https://raw.githubusercontent.com/hiero-ledger/hiero-consensus-node/main/LICENSE</url> </license> </licenses> <developers> <developer> <id>hiero</id> <name>The Hiero Team</name> <email>info@lfdecentralizedtrust.org</email> <organization>Hiero - a Linux Foundation Decentralized Trust project</organization> <organizationUrl>https://hiero.org/</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git://github.com/hiero-ledger/hiero-consensus-node.git</connection> <developerConnection>scm:git:ssh://github.com:hiero-ledger/hiero-consensus-node.git</developerConnection> <url>https://github.com/hiero-ledger/hiero-consensus-node</url> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/hiero-ledger/hiero-consensus-node/issues</url> </issueManagement> <dependencies> <dependency> <groupId>com.hedera.hashgraph</groupId> <artifactId>hapi</artifactId> <version>0.62.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.hedera.pbj</groupId> <artifactId>pbj-runtime</artifactId> <version>0.11.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.swirlds</groupId> <artifactId>base-crypto</artifactId> <version>0.62.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.swirlds</groupId> <artifactId>base-utility</artifactId> <version>0.62.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.github.spotbugs</groupId> <artifactId>spotbugs-annotations</artifactId> <version>4.9.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.swirlds</groupId> <artifactId>swirlds-base</artifactId> <version>0.62.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.swirlds</groupId> <artifactId>base-concurrent</artifactId> <version>0.62.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>