MVN

xfire : xfire-all

Maven & Gradle

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

Latest Version

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

  • Latest Stable: 1.0

All Versions

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

Version Vulnerabilities Updated
1.0
xfire-all-1.0
xfire-all-1.0-20051014.153318
xfire-all-1.0-20051014.153231
xfire-all-1.0-20051014.153148
xfire-all-1.0-20051014.153100
xfire-all-1.0-20051009.202551
xfire-all-1.0-20051005.201304
xfire-all-1.0-20050921.171329
xfire-all-1.0-20050921.165443
xfire-all-1.0-20050921.151014
xfire-all-1.0-20050920.030306
xfire-all-1.0-20050913.005839
xfire-all-1.0-M6
xfire-all-1.0-20050920.030322
xfire-all-1.0-20050913.005848
xfire-all-1.0-20051014.153332
xfire-all-1.0-20051014.153305
xfire-all-1.0-20051014.153215
xfire-all-1.0-20051014.153133
xfire-all-1.0-20051009.202622
xfire-all-1.0-20051005.201401
xfire-all-1.0-20050921.171342
xfire-all-1.0-20050921.165459
xfire-all-1.0-M5

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'xfire:xfire-all:1.0'

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

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

How to add a dependency to SBT Scala

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

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

Advertisement