Maven Dependency jboss-annotations-ejb3 >> 4.2.2.GA

In this page we are giving Maven Dependency of jboss >> jboss-annotations-ejb3 version4.2.2.GA

Ads

Tutorials   

You should include the dependency code given in this page to add Maven Dependency of jboss >> jboss-annotations-ejb3 version4.2.2.GA in your project.

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

Maven dependency automatically download dependent library of jboss-annotations-ejb3 version 4.2.2.GA 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 jboss-annotations-ejb3 version 4.2.2.GA

Maven dependency of jboss-annotations-ejb3 version 4.2.2.GA:

<dependency>
	<groupId>jboss</groupId>
	<artifactId>jboss-annotations-ejb3</artifactId>
	<version>4.2.2.GA</version>
</dependency>

Gradle Dependency of jboss-annotations-ejb3 version 4.2.2.GA

compile group: 'jboss', name: 'jboss-annotations-ejb3', version: '4.2.2.GA'

SBT Dependency of jboss-annotations-ejb3 version 4.2.2.GA

libraryDependencies += "jboss" % "jboss-annotations-ejb3" % "4.2.2.GA"

Ivy Dependency of jboss-annotations-ejb3 version 4.2.2.GA

<dependency org="jboss" name="jboss-annotations-ejb3" rev="4.2.2.GA"/>

Grape Dependency of jboss-annotations-ejb3 version 4.2.2.GA

@Grapes(
    @Grab(group='jboss', module='jboss-annotations-ejb3', version='4.2.2.GA')
)

Leiningen Dependency of jboss-annotations-ejb3 version 4.2.2.GA

[jboss/jboss-annotations-ejb3 "4.2.2.GA"]

Buildr Dependency of jboss-annotations-ejb3 version 4.2.2.GA

'jboss:jboss-annotations-ejb3:jar:4.2.2.GA'

Advertisements