Download antlr4-annotations-4.2.jar file - Jar a

Jar examples for a:antlr4-annotations

Description

A set of annotations used within the ANTLR 4 Runtime

You can download jar file antlr4-annotations 4.2 in this page.

Build File

You can use the following script to add antlr4-annotations-4.2.jar to your project.

<dependency>
   <groupId>org.antlr</groupId>
   <artifactId>antlr4-annotations</artifactId>
   <version>4.2</version>
</dependency>
compile group: 'org.antlr', name: 'antlr4-annotations', version: '4.2'
libraryDependencies += "org.antlr" % "antlr4-annotations" % "4.2"
<dependency org="org.antlr" name="antlr4-annotations" rev="4.2"/>
@Grapes(@Grab(group='org.antlr', module='antlr4-annotations', version='4.2'))
'org.antlr:antlr4-annotations:jar:4.2'

Download

Click the following link to download the jar file.

antlr4-annotations-4.2-javadoc.jar
antlr4-annotations-4.2-sources.jar
antlr4-annotations-4.2.jar
antlr4-annotations-4.2.pom



Related Tutorials