License |
License |
---|---|
GroupId | GroupIdorg.vanilladb |
ArtifactId | ArtifactIdcomm |
Version | Version0.2.2 |
Type | Typejar |
Description |
Descriptionvanillacomm
VanillaComm is a collection of reliable group communication primitives (e.g., total-ordering) that can benefit the distributed database systems (e.g., eager-replication, NewSQL database systems).
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
comm-0.2.2.pom | |
comm-0.2.2.jar | 325 KB |
comm-0.2.2-sources.jar | 56 KB |
comm-0.2.2-javadoc.jar | 415 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.vanilladb/comm/ -->
<dependency>
<groupId>org.vanilladb</groupId>
<artifactId>comm</artifactId>
<version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.vanilladb/comm/
implementation 'org.vanilladb:comm:0.2.2'
// https://jarcasting.com/artifacts/org.vanilladb/comm/
implementation ("org.vanilladb:comm:0.2.2")
'org.vanilladb:comm:jar:0.2.2'
<dependency org="org.vanilladb" name="comm" rev="0.2.2">
<artifact name="comm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.vanilladb', module='comm', version='0.2.2')
)
libraryDependencies += "org.vanilladb" % "comm" % "0.2.2"
[org.vanilladb/comm "0.2.2"]
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j | jar | 1.2.17 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.9 |