| Категории |
КатегорииRedis Данные Базы данных |
|---|---|
| Группа | Группаorg.xowl.hime |
| Идентификатор | Идентификаторredist |
| Версия | Версия2.0.0-beta |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| redist-2.0.0-beta.pom | |
| redist-2.0.0-beta.jar | 91 KB |
| redist-2.0.0-beta-sources.jar | 90 KB |
| redist-2.0.0-beta-javadoc.jar | 264 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.xowl.hime/redist/ -->
<dependency>
<groupId>org.xowl.hime</groupId>
<artifactId>redist</artifactId>
<version>2.0.0-beta</version>
</dependency>
// https://jarcasting.com/artifacts/org.xowl.hime/redist/
implementation 'org.xowl.hime:redist:2.0.0-beta'
// https://jarcasting.com/artifacts/org.xowl.hime/redist/
implementation ("org.xowl.hime:redist:2.0.0-beta")
'org.xowl.hime:redist:jar:2.0.0-beta'
<dependency org="org.xowl.hime" name="redist" rev="2.0.0-beta">
<artifact name="redist" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xowl.hime', module='redist', version='2.0.0-beta')
)
libraryDependencies += "org.xowl.hime" % "redist" % "2.0.0-beta"
[org.xowl.hime/redist "2.0.0-beta"]