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