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