Jar examples for a:antlr4
The ANTLR 4 grammar compiler.
You can download jar file antlr4 4.1 in this page.
BSD 3-Clause License
You can use the following script to add antlr4-4.1.jar to your project.
<dependency> <groupId>org.antlr</groupId> <artifactId>antlr4</artifactId> <version>4.1</version> </dependency>
compile group: 'org.antlr', name: 'antlr4', version: '4.1'
libraryDependencies += "org.antlr" % "antlr4" % "4.1"
<dependency org="org.antlr" name="antlr4" rev="4.1"/>
@Grapes(@Grab(group='org.antlr', module='antlr4', version='4.1'))
'org.antlr:antlr4:jar:4.1'
Click the following link to download the jar file.
antlr4-4.1-complete-sources.jar