MVN

xfire : xfire-spring

Maven & Gradle

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

Latest Version

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

  • Latest Stable: 1.0

All Versions

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

Version Vulnerabilities Updated
1.0
xfire-spring-1.0
xfire-spring-1.0-20051009.200629
xfire-spring-1.0-20050920.035022
xfire-spring-1.0-20050920.032552
xfire-spring-1.0-20050917.231259
xfire-spring-1.0-20050913.005206
xfire-spring-1.0-20051009.200641
xfire-spring-1.0-20050920.035052
xfire-spring-1.0-20050920.032605
xfire-spring-1.0-20050917.231316
xfire-spring-1.0-20050913.005215
xfire-spring-1.0-M5
xfire-spring-1.0-M4

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'xfire:xfire-spring:1.0'

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

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

How to add a dependency to SBT Scala

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

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

Advertisement