| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииKotlin Языки программирования Ant Компиляция и сборка ANTLR Compiler-compiler |
| Группа | Группаcom.github.piacenti |
| Идентификатор | Идентификаторantlr-kotlin-runtime |
| Последняя версия | Последняя версия0.0.14 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеcom.github.piacenti:antlr-kotlin-runtime
Kotlin multiplatform port of ANTLR
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| antlr-kotlin-runtime-0.0.14.pom | |
| antlr-kotlin-runtime-0.0.14-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.piacenti/antlr-kotlin-runtime/ -->
<dependency>
<groupId>com.github.piacenti</groupId>
<artifactId>antlr-kotlin-runtime</artifactId>
<version>0.0.14</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.piacenti/antlr-kotlin-runtime/
implementation 'com.github.piacenti:antlr-kotlin-runtime:0.0.14'
// https://jarcasting.com/artifacts/com.github.piacenti/antlr-kotlin-runtime/
implementation ("com.github.piacenti:antlr-kotlin-runtime:0.0.14")
'com.github.piacenti:antlr-kotlin-runtime:pom:0.0.14'
<dependency org="com.github.piacenti" name="antlr-kotlin-runtime" rev="0.0.14">
<artifact name="antlr-kotlin-runtime" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.piacenti', module='antlr-kotlin-runtime', version='0.0.14')
)
libraryDependencies += "com.github.piacenti" % "antlr-kotlin-runtime" % "0.0.14"
[com.github.piacenti/antlr-kotlin-runtime "0.0.14"]