Maven Dependency xfire-xmpp >> 1.0-20050920.032457

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

Ads

Tutorials   

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

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

Maven dependency of xfire-xmpp version 1.0-20050920.032457:

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

Gradle Dependency of xfire-xmpp version 1.0-20050920.032457

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

SBT Dependency of xfire-xmpp version 1.0-20050920.032457

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

Ivy Dependency of xfire-xmpp version 1.0-20050920.032457

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

Grape Dependency of xfire-xmpp version 1.0-20050920.032457

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

Leiningen Dependency of xfire-xmpp version 1.0-20050920.032457

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

Buildr Dependency of xfire-xmpp version 1.0-20050920.032457

'xfire:xfire-xmpp:jar:1.0-20050920.032457'

Advertisements

Ads