License |
License |
---|---|
GroupId | GroupIdorg.apache.ratis |
ArtifactId | ArtifactIdratis-proto |
Last Version | Last Version2.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Ratis Protocols
Apache Ratis is an open source java implementation for RAFT consensus protocol
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
ratis-proto-2.3.0.pom | |
ratis-proto-2.3.0.jar | 1 MB |
ratis-proto-2.3.0-tests.jar | 7 KB |
ratis-proto-2.3.0-test-sources.jar | 7 KB |
ratis-proto-2.3.0-sources.jar | 245 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.ratis/ratis-proto/ -->
<dependency>
<groupId>org.apache.ratis</groupId>
<artifactId>ratis-proto</artifactId>
<version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.ratis/ratis-proto/
implementation 'org.apache.ratis:ratis-proto:2.3.0'
// https://jarcasting.com/artifacts/org.apache.ratis/ratis-proto/
implementation ("org.apache.ratis:ratis-proto:2.3.0")
'org.apache.ratis:ratis-proto:jar:2.3.0'
<dependency org="org.apache.ratis" name="ratis-proto" rev="2.3.0">
<artifact name="ratis-proto" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.ratis', module='ratis-proto', version='2.3.0')
)
libraryDependencies += "org.apache.ratis" % "ratis-proto" % "2.3.0"
[org.apache.ratis/ratis-proto "2.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.ratis : ratis-thirdparty-misc | jar | 1.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.tomcat : annotations-api | jar | 6.0.53 |