| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.ratis |
| Идентификатор | Идентификаторratis-server-api |
| Последняя версия | Последняя версия2.3.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеApache Ratis Server API
Apache Ratis is an open source java implementation for RAFT consensus protocol
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| ratis-server-api-2.3.0.pom | |
| ratis-server-api-2.3.0.jar | 82 KB |
| ratis-server-api-2.3.0-tests.jar | 6 KB |
| ratis-server-api-2.3.0-test-sources.jar | 6 KB |
| ratis-server-api-2.3.0-sources.jar | 58 KB |
| ratis-server-api-2.3.0-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.ratis/ratis-server-api/ -->
<dependency>
<groupId>org.apache.ratis</groupId>
<artifactId>ratis-server-api</artifactId>
<version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.ratis/ratis-server-api/
implementation 'org.apache.ratis:ratis-server-api:2.3.0'
// https://jarcasting.com/artifacts/org.apache.ratis/ratis-server-api/
implementation ("org.apache.ratis:ratis-server-api:2.3.0")
'org.apache.ratis:ratis-server-api:jar:2.3.0'
<dependency org="org.apache.ratis" name="ratis-server-api" rev="2.3.0">
<artifact name="ratis-server-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.ratis', module='ratis-server-api', version='2.3.0')
)
libraryDependencies += "org.apache.ratis" % "ratis-server-api" % "2.3.0"
[org.apache.ratis/ratis-server-api "2.3.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.ratis : ratis-thirdparty-misc | jar | 1.0.0 |
| org.apache.ratis : ratis-proto | jar | 2.3.0 |
| org.apache.ratis : ratis-common | jar | 2.3.0 |
| org.apache.ratis : ratis-client | jar | 2.3.0 |
| org.slf4j : slf4j-api | jar | 1.7.29 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.spotbugs : spotbugs-annotations Необязательный | jar | 4.2.1 |