MVN

xfire-root : xfire-root

Maven & Gradle

Sep 20, 2005

XFire · A Java SOAP framework.

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

Latest Version

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

  • Latest Stable: 20050202.203602

All Versions

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

Version Vulnerabilities Updated
20050202.203602
xfire-root-20050202.203602

How to add a dependency to Maven

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

<dependency>
    <groupId>xfire-root</groupId>
    <artifactId>xfire-root</artifactId>
    <version>20050202.203602</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'xfire-root:xfire-root:20050202.203602'

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

implementation("xfire-root:xfire-root:20050202.203602")

How to add a dependency to SBT Scala

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

libraryDependencies += "xfire-root" % "xfire-root" % "20050202.203602"