| Лицензия |
Лицензия |
|---|---|
| Группа | Группаxtc |
| Идентификатор | Идентификаторrats-runtime |
| Последняя версия | Последняя версия2.4.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеRats! Runtime Library
The runtime library for parsers generated by Rats! with the -lgpl command
line option. The original sources can be found at:
http://cs.nyu.edu/rgrimm/xtc/
|
| Имя Файла | Размер |
|---|---|
| rats-runtime-2.4.0.pom | |
| rats-runtime-2.4.0.jar | 60 KB |
| rats-runtime-2.4.0-sources.jar | 48 KB |
| rats-runtime-2.4.0-javadoc.jar | 150 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/xtc/rats-runtime/ -->
<dependency>
<groupId>xtc</groupId>
<artifactId>rats-runtime</artifactId>
<version>2.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/xtc/rats-runtime/
implementation 'xtc:rats-runtime:2.4.0'
// https://jarcasting.com/artifacts/xtc/rats-runtime/
implementation ("xtc:rats-runtime:2.4.0")
'xtc:rats-runtime:jar:2.4.0'
<dependency org="xtc" name="rats-runtime" rev="2.4.0">
<artifact name="rats-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='xtc', module='rats-runtime', version='2.4.0')
)
libraryDependencies += "xtc" % "rats-runtime" % "2.4.0"
[xtc/rats-runtime "2.4.0"]