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