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