| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.ratis |
| Идентификатор | Идентификаторratis-thirdparty |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеApache Ratis Thirdparty
Thirdparty dependencies for Apache Ratis
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| ratis-thirdparty-1.0.0.pom | 15 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.ratis/ratis-thirdparty/ -->
<dependency>
<groupId>org.apache.ratis</groupId>
<artifactId>ratis-thirdparty</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.ratis/ratis-thirdparty/
implementation 'org.apache.ratis:ratis-thirdparty:1.0.0'
// https://jarcasting.com/artifacts/org.apache.ratis/ratis-thirdparty/
implementation ("org.apache.ratis:ratis-thirdparty:1.0.0")
'org.apache.ratis:ratis-thirdparty:pom:1.0.0'
<dependency org="org.apache.ratis" name="ratis-thirdparty" rev="1.0.0">
<artifact name="ratis-thirdparty" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.ratis', module='ratis-thirdparty', version='1.0.0')
)
libraryDependencies += "org.apache.ratis" % "ratis-thirdparty" % "1.0.0"
[org.apache.ratis/ratis-thirdparty "1.0.0"]