Files download
File Operation
xfire-loom-1.0-20050920.032234.pom download
Apache Maven
<dependency>
  <groupId>xfire</groupId>
  <artifactId>xfire-loom</artifactId>
  <version>1.0-20050920.032234</version>
</dependency>
Gradle Groovy
implementation 'xfire:xfire-loom:1.0-20050920.032234'
Gradle Kotlin
implementation("xfire:xfire-loom:1.0-20050920.032234")
Scala SBT
libraryDependencies += "xfire" % "xfire-loom" % "1.0-20050920.032234"
Groovy Grape
@Grapes(
  @Grab(group='xfire', module='xfire-loom', version='1.0-20050920.032234')
)
Apache Ivy
<dependency org="xfire" name="xfire-loom" rev="1.0-20050920.032234" />
Leiningen
[xfire/xfire-loom "1.0-20050920.032234"]
Apache Buildr
'xfire:xfire-loom:jar:1.0-20050920.032234'