Jar examples for a:antlr
A framework for constructing recognizers, compilers, and translators from grammatical descriptions containing Java, C#, C++, or Python actions.
You can download jar file antlr 2.7.1 in this page.
BSD License
You can use the following script to add antlr-2.7.1.jar to your project.
<dependency> <groupId>antlr</groupId> <artifactId>antlr</artifactId> <version>2.7.1</version> </dependency>
compile group: 'antlr', name: 'antlr', version: '2.7.1'
libraryDependencies += "antlr" % "antlr" % "2.7.1"
<dependency org="antlr" name="antlr" rev="2.7.1"/>
@Grapes(@Grab(group='antlr', module='antlr', version='2.7.1'))
'antlr:antlr:jar:2.7.1'
Click the following link to download the jar file.
antlr-2.7.1.jar