x

xfire-loom

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