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