a

antlr-runtime

A framework for constructing recognizers, compilers, and translators from grammatical descriptions containing Java, C#, C++, or Python actions.
http://www.antlr.org
Terence Parr Jim Idle
Files download
File Operation
antlr-runtime-3.2.jar download
antlr-runtime-3.2.pom download
antlr-runtime-3.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.antlr</groupId>
  <artifactId>antlr-runtime</artifactId>
  <version>3.2</version>
</dependency>
Gradle Groovy
implementation 'org.antlr:antlr-runtime:3.2'
Gradle Kotlin
implementation("org.antlr:antlr-runtime:3.2")
Scala SBT
libraryDependencies += "org.antlr" % "antlr-runtime" % "3.2"
Groovy Grape
@Grapes(
  @Grab(group='org.antlr', module='antlr-runtime', version='3.2')
)
Apache Ivy
<dependency org="org.antlr" name="antlr-runtime" rev="3.2" />
Leiningen
[org.antlr/antlr-runtime "3.2"]
Apache Buildr
'org.antlr:antlr-runtime:jar:3.2'