In this page we are giving Maven Dependency of xfire >> xfire-annotations version1.0-M4
You should include the dependency code given in this page to add Maven Dependency of xfire >> xfire-annotations version1.0-M4 in your project.
In this page we are going to discuss about xfire-annotations version 1.0-M4 maven dependencies. Maven tool is project management tool which you use to manage your project and easily use xfire-annotations version 1.0-M4 dependency by just including the code discussed here in pom.xml file of your Maven project.
Maven dependency automatically download dependent library of xfire-annotations version 1.0-M4 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 xfire-annotations version 1.0-M4:
<dependency> <groupId>xfire</groupId> <artifactId>xfire-annotations</artifactId> <version>1.0-M4</version> </dependency>
Gradle Dependency of xfire-annotations version 1.0-M4
compile group: 'xfire', name: 'xfire-annotations', version: '1.0-M4'
SBT Dependency of xfire-annotations version 1.0-M4
libraryDependencies += "xfire" % "xfire-annotations" % "1.0-M4"
Ivy Dependency of xfire-annotations version 1.0-M4
<dependency org="xfire" name="xfire-annotations" rev="1.0-M4"/>
Grape Dependency of xfire-annotations version 1.0-M4
@Grapes( @Grab(group='xfire', module='xfire-annotations', version='1.0-M4') )
Leiningen Dependency of xfire-annotations version 1.0-M4
[xfire/xfire-annotations "1.0-M4"]
Buildr Dependency of xfire-annotations version 1.0-M4
'xfire:xfire-annotations:jar:1.0-M4'
Advertisements