is not current version
Last Version 0.0.14

com.github.piacenti:antlr-kotlin-runtime 0.0.10

Kotlin multiplatform port of ANTLR

Categories

Categories

Kotlin Languages Ant Build Tools ANTLR Compiler-compiler
GroupId

GroupId

com.github.piacenti
ArtifactId

ArtifactId

antlr-kotlin-runtime
Version

Version

0.0.10
Type

Type

pom

Download antlr-kotlin-runtime 0.0.10


<!-- https://jarcasting.com/artifacts/com.github.piacenti/antlr-kotlin-runtime/ -->
<dependency>
    <groupId>com.github.piacenti</groupId>
    <artifactId>antlr-kotlin-runtime</artifactId>
    <version>0.0.10</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.piacenti/antlr-kotlin-runtime/
implementation 'com.github.piacenti:antlr-kotlin-runtime:0.0.10'
// https://jarcasting.com/artifacts/com.github.piacenti/antlr-kotlin-runtime/
implementation ("com.github.piacenti:antlr-kotlin-runtime:0.0.10")
'com.github.piacenti:antlr-kotlin-runtime:pom:0.0.10'
<dependency org="com.github.piacenti" name="antlr-kotlin-runtime" rev="0.0.10">
  <artifact name="antlr-kotlin-runtime" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.piacenti', module='antlr-kotlin-runtime', version='0.0.10')
)
libraryDependencies += "com.github.piacenti" % "antlr-kotlin-runtime" % "0.0.10"
[com.github.piacenti/antlr-kotlin-runtime "0.0.10"]