Maven Dependency antlr >> 20030911

In this page we are giving Maven Dependency of antlr >> antlr version20030911

Ads

Tutorials   

You should include the dependency code given in this page to add Maven Dependency of antlr >> antlr version20030911 in your project.

In this page we are going to discuss about antlr version 20030911 maven dependencies. Maven tool is project management tool which you use to manage your project and easily use antlr version 20030911 dependency by just including the code discussed here in pom.xml file of your Maven project.

Maven dependency automatically download dependent library of antlr version 20030911 and include the necessary jar files in the project.

Code given here should be included inside <dependencies> ...... </dependencies> tag in the Maven configuration file pom.xml.

We also explained you dependency code of different build system like Gradle Dependency, SBT Dependency, Ivy Dependency, Grape Dependency etc...

Maven dependency of antlr version 20030911

Maven dependency of antlr version 20030911:

<dependency>
	<groupId>antlr</groupId>
	<artifactId>antlr</artifactId>
	<version>20030911</version>
</dependency>

Gradle Dependency of antlr version 20030911

compile group: 'antlr', name: 'antlr', version: '20030911'

SBT Dependency of antlr version 20030911

libraryDependencies += "antlr" % "antlr" % "20030911"

Ivy Dependency of antlr version 20030911

<dependency org="antlr" name="antlr" rev="20030911"/>

Grape Dependency of antlr version 20030911

@Grapes(
    @Grab(group='antlr', module='antlr', version='20030911')
)

Leiningen Dependency of antlr version 20030911

[antlr/antlr "20030911"]

Buildr Dependency of antlr version 20030911

'antlr:antlr:jar:20030911'

Advertisements

Ads