x

xfire-java

Files download
File Operation
xfire-java-20050202.jar download
xfire-java-20050202.pom download
Apache Maven
<dependency>
  <groupId>xfire</groupId>
  <artifactId>xfire-java</artifactId>
  <version>20050202</version>
</dependency>
Gradle Groovy
implementation 'xfire:xfire-java:20050202'
Gradle Kotlin
implementation("xfire:xfire-java:20050202")
Scala SBT
libraryDependencies += "xfire" % "xfire-java" % "20050202"
Groovy Grape
@Grapes(
  @Grab(group='xfire', module='xfire-java', version='20050202')
)
Apache Ivy
<dependency org="xfire" name="xfire-java" rev="20050202" />
Leiningen
[xfire/xfire-java "20050202"]
Apache Buildr
'xfire:xfire-java:jar:20050202'
Dependencies
The project has no third-party dependencies