a

antlr4

The ANTLR 4 grammar compiler.
http://www.antlr.org
BSD 3-Clause License
Terence Parr Sam Harwell Eric Vergnaud Jim Idle
Files download
File Operation
antlr4-4.5.jar download
antlr4-4.5.pom download
antlr4-4.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.antlr</groupId>
  <artifactId>antlr4</artifactId>
  <version>4.5</version>
</dependency>
Gradle Groovy
implementation 'org.antlr:antlr4:4.5'
Gradle Kotlin
implementation("org.antlr:antlr4:4.5")
Scala SBT
libraryDependencies += "org.antlr" % "antlr4" % "4.5"
Groovy Grape
@Grapes(
  @Grab(group='org.antlr', module='antlr4', version='4.5')
)
Apache Ivy
<dependency org="org.antlr" name="antlr4" rev="4.5" />
Leiningen
[org.antlr/antlr4 "4.5"]
Apache Buildr
'org.antlr:antlr4:jar:4.5'