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.1.3.jar download
antlr-runtime-3.1.3.pom download
antlr-runtime-3.1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.antlr</groupId>
  <artifactId>antlr-runtime</artifactId>
  <version>3.1.3</version>
</dependency>
Gradle Groovy
implementation 'org.antlr:antlr-runtime:3.1.3'
Gradle Kotlin
implementation("org.antlr:antlr-runtime:3.1.3")
Scala SBT
libraryDependencies += "org.antlr" % "antlr-runtime" % "3.1.3"
Groovy Grape
@Grapes(
  @Grab(group='org.antlr', module='antlr-runtime', version='3.1.3')
)
Apache Ivy
<dependency org="org.antlr" name="antlr-runtime" rev="3.1.3" />
Leiningen
[org.antlr/antlr-runtime "3.1.3"]
Apache Buildr
'org.antlr:antlr-runtime:jar:3.1.3'