MVN

xfire : xfire-plexus

Maven & Gradle

Jan 19, 2006
3 usages

Plexus XFire Module · Plexus binding for XFire.

<dependency>
    <groupId>xfire</groupId>
    <artifactId>xfire-plexus</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0
  • Latest Alpha: 1.0-alpha-2

All Versions

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

Version Vulnerabilities Updated
20050103.051819
xfire-plexus-20050103.051819
20041222.042650
xfire-plexus-20041222.042650
20041222.041116
xfire-plexus-20041222.041116
20041222
xfire-plexus-20041222
1.0
xfire-plexus-1.0
xfire-plexus-1.0-20051009.200511
xfire-plexus-1.0-20050920.034946
xfire-plexus-1.0-20050920.032517
xfire-plexus-1.0-20050917.231219
xfire-plexus-1.0-20050913.005144
xfire-plexus-1.0-20051009.200602
xfire-plexus-1.0-20050920.035001
xfire-plexus-1.0-20050920.032533
xfire-plexus-1.0-20050917.231235
xfire-plexus-1.0-20050913.005153
xfire-plexus-1.0-M5
xfire-plexus-1.0-M4
xfire-plexus-1.0-M3
xfire-plexus-1.0-alpha-2
xfire-plexus-1.0-alpha-1

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'xfire:xfire-plexus:1.0'

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

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

How to add a dependency to SBT Scala

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

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

Advertisement