| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.ratis |
| Идентификатор | Идентификаторratis-resource-bundle |
| Последняя версия | Последняя версия2.3.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеApache Ratis - Resource Bundle
licensing info for use when bundling works
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/org.apache.ratis/ratis-resource-bundle/ -->
<dependency>
<groupId>org.apache.ratis</groupId>
<artifactId>ratis-resource-bundle</artifactId>
<version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.ratis/ratis-resource-bundle/
implementation 'org.apache.ratis:ratis-resource-bundle:2.3.0'
// https://jarcasting.com/artifacts/org.apache.ratis/ratis-resource-bundle/
implementation ("org.apache.ratis:ratis-resource-bundle:2.3.0")
'org.apache.ratis:ratis-resource-bundle:jar:2.3.0'
<dependency org="org.apache.ratis" name="ratis-resource-bundle" rev="2.3.0">
<artifact name="ratis-resource-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.ratis', module='ratis-resource-bundle', version='2.3.0')
)
libraryDependencies += "org.apache.ratis" % "ratis-resource-bundle" % "2.3.0"
[org.apache.ratis/ratis-resource-bundle "2.3.0"]