MVN

xfire : xfire-loom

Maven & Gradle

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

Latest Version

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

  • Latest Stable: 1.0

All Versions

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

Version Vulnerabilities Updated
20050202
xfire-loom-20050202
1.0
xfire-loom-1.0
xfire-loom-1.0-20051009.195948
xfire-loom-1.0-20050920.034658
xfire-loom-1.0-20050920.032234
xfire-loom-1.0-20050917.230911
xfire-loom-1.0-20050913.004937
xfire-loom-1.0-20051009.200017
xfire-loom-1.0-20050920.034713
xfire-loom-1.0-20050920.032248
xfire-loom-1.0-20050917.230925
xfire-loom-1.0-20050913.004946
xfire-loom-1.0-M5
xfire-loom-1.0-M4

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'xfire:xfire-loom:1.0'

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

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

How to add a dependency to SBT Scala

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

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