| Группа | Группаorg.apache.ratis |
|---|---|
| Идентификатор | Идентификаторratis-assembly |
| Версия | Версия1.0.0 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| ratis-assembly-1.0.0.pom | 11 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.ratis/ratis-assembly/ -->
<dependency>
<groupId>org.apache.ratis</groupId>
<artifactId>ratis-assembly</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.ratis/ratis-assembly/
implementation 'org.apache.ratis:ratis-assembly:1.0.0'
// https://jarcasting.com/artifacts/org.apache.ratis/ratis-assembly/
implementation ("org.apache.ratis:ratis-assembly:1.0.0")
'org.apache.ratis:ratis-assembly:pom:1.0.0'
<dependency org="org.apache.ratis" name="ratis-assembly" rev="1.0.0">
<artifact name="ratis-assembly" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.ratis', module='ratis-assembly', version='1.0.0')
)
libraryDependencies += "org.apache.ratis" % "ratis-assembly" % "1.0.0"
[org.apache.ratis/ratis-assembly "1.0.0"]