License |
License |
---|---|
Categories |
CategoriesKotlin Languages Ant Build Tools ANTLR Compiler-compiler |
GroupId | GroupIdcom.github.piacenti |
ArtifactId | ArtifactIdantlr-kotlin-runtime |
Last Version | Last Version0.0.14 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptioncom.github.piacenti:antlr-kotlin-runtime
Kotlin multiplatform port of ANTLR
|
Project URL |
Project URL |
Filename | Size |
---|---|
antlr-kotlin-runtime-0.0.14.pom | |
antlr-kotlin-runtime-0.0.14-javadoc.jar | 261 bytes |
Browse |
<!-- 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"]