Maven Dependency xfire-xmpp >> 1.0-20050920.034927

In this page we are giving Maven Dependency of xfire >> xfire-xmpp version1.0-20050920.034927

Ads

Tutorials   

You should include the dependency code given in this page to add Maven Dependency of xfire >> xfire-xmpp version1.0-20050920.034927 in your project.

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

Maven dependency automatically download dependent library of xfire-xmpp version 1.0-20050920.034927 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-xmpp version 1.0-20050920.034927

Maven dependency of xfire-xmpp version 1.0-20050920.034927:

<dependency>
	<groupId>xfire</groupId>
	<artifactId>xfire-xmpp</artifactId>
	<version>1.0-20050920.034927</version>
</dependency>

Gradle Dependency of xfire-xmpp version 1.0-20050920.034927

compile group: 'xfire', name: 'xfire-xmpp', version: '1.0-20050920.034927'

SBT Dependency of xfire-xmpp version 1.0-20050920.034927

libraryDependencies += "xfire" % "xfire-xmpp" % "1.0-20050920.034927"

Ivy Dependency of xfire-xmpp version 1.0-20050920.034927

<dependency org="xfire" name="xfire-xmpp" rev="1.0-20050920.034927"/>

Grape Dependency of xfire-xmpp version 1.0-20050920.034927

@Grapes(
    @Grab(group='xfire', module='xfire-xmpp', version='1.0-20050920.034927')
)

Leiningen Dependency of xfire-xmpp version 1.0-20050920.034927

[xfire/xfire-xmpp "1.0-20050920.034927"]

Buildr Dependency of xfire-xmpp version 1.0-20050920.034927

'xfire:xfire-xmpp:jar:1.0-20050920.034927'

Advertisements