Maven Dependency antlr >> 2.7.5H3

In this page we are giving Maven Dependency of hibernate >> antlr version2.7.5H3

Ads

Tutorials   

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

In this page we are going to discuss about antlr version 2.7.5H3 maven dependencies. Maven tool is project management tool which you use to manage your project and easily use antlr version 2.7.5H3 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 2.7.5H3 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 2.7.5H3

Maven dependency of antlr version 2.7.5H3:

<dependency>
	<groupId>hibernate</groupId>
	<artifactId>antlr</artifactId>
	<version>2.7.5H3</version>
</dependency>

Gradle Dependency of antlr version 2.7.5H3

compile group: 'hibernate', name: 'antlr', version: '2.7.5H3'

SBT Dependency of antlr version 2.7.5H3

libraryDependencies += "hibernate" % "antlr" % "2.7.5H3"

Ivy Dependency of antlr version 2.7.5H3

<dependency org="hibernate" name="antlr" rev="2.7.5H3"/>

Grape Dependency of antlr version 2.7.5H3

@Grapes(
    @Grab(group='hibernate', module='antlr', version='2.7.5H3')
)

Leiningen Dependency of antlr version 2.7.5H3

[hibernate/antlr "2.7.5H3"]

Buildr Dependency of antlr version 2.7.5H3

'hibernate:antlr:jar:2.7.5H3'

Advertisements

Ads