Files download
File Operation
antlr-kotlin-runtime-js-0.1.3.pom download
antlr-kotlin-runtime-js-0.1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.strumenta</groupId>
  <artifactId>antlr-kotlin-runtime-js</artifactId>
  <version>0.1.3</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'com.strumenta:antlr-kotlin-runtime-js:0.1.3'
Gradle Kotlin
implementation("com.strumenta:antlr-kotlin-runtime-js:0.1.3")
Scala SBT
libraryDependencies += "com.strumenta" % "antlr-kotlin-runtime-js" % "0.1.3"
Groovy Grape
@Grapes(
  @Grab(group='com.strumenta', module='antlr-kotlin-runtime-js', version='0.1.3')
)
Apache Ivy
<dependency org="com.strumenta" name="antlr-kotlin-runtime-js" rev="0.1.3" />
Leiningen
[com.strumenta/antlr-kotlin-runtime-js "0.1.3"]
Apache Buildr
'com.strumenta:antlr-kotlin-runtime-js:jar:0.1.3'