文件下载
文件名 操作
antlr-kotlin-runtime-jvm-0.1.3.jar 下载
antlr-kotlin-runtime-jvm-0.1.3.pom 下载
antlr-kotlin-runtime-jvm-0.1.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.strumenta</groupId>
  <artifactId>antlr-kotlin-runtime-jvm</artifactId>
  <version>0.1.3</version>
</dependency>
Gradle Groovy
implementation 'com.strumenta:antlr-kotlin-runtime-jvm:0.1.3'
Gradle Kotlin
implementation("com.strumenta:antlr-kotlin-runtime-jvm:0.1.3")
Scala SBT
libraryDependencies += "com.strumenta" % "antlr-kotlin-runtime-jvm" % "0.1.3"
Groovy Grape
@Grapes(
  @Grab(group='com.strumenta', module='antlr-kotlin-runtime-jvm', version='0.1.3')
)
Apache Ivy
<dependency org="com.strumenta" name="antlr-kotlin-runtime-jvm" rev="0.1.3" />
Leiningen
[com.strumenta/antlr-kotlin-runtime-jvm "0.1.3"]
Apache Buildr
'com.strumenta:antlr-kotlin-runtime-jvm:jar:0.1.3'