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