MVN

xfire : xfire-xmpp

Maven & Gradle

Jan 19, 2006
1 usages
<dependency>
    <groupId>xfire</groupId>
    <artifactId>xfire-xmpp</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of xfire : xfire-xmpp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of xfire : xfire-xmpp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
xfire-xmpp-1.0
xfire-xmpp-1.0-20051009.200321
xfire-xmpp-1.0-20050920.034911
xfire-xmpp-1.0-20050920.032444
xfire-xmpp-1.0-20050917.231140
xfire-xmpp-1.0-20050913.005121
xfire-xmpp-1.0-20051009.200408
xfire-xmpp-1.0-20050920.034927
xfire-xmpp-1.0-20050920.032457
xfire-xmpp-1.0-20050917.231155
xfire-xmpp-1.0-20050913.005129
xfire-xmpp-1.0-M5
xfire-xmpp-1.0-M4

How to add a dependency to Maven

Add the following xfire : xfire-xmpp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

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

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following xfire : xfire-xmpp gradle dependency to your build.gradle file:

implementation 'xfire:xfire-xmpp:1.0'

Gradle Kotlin DSL: Add the following xfire : xfire-xmpp gradle kotlin dependency to your build.gradle.kts file:

implementation("xfire:xfire-xmpp:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following xfire : xfire-xmpp sbt scala dependency to your build.sbt file:

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

Advertisement