x

xfire-core

文件下载
文件名 操作
xfire-core-1.0-M4.jar 下载
xfire-core-1.0-M4.pom 下载
Apache Maven
<dependency>
  <groupId>xfire</groupId>
  <artifactId>xfire-core</artifactId>
  <version>1.0-M4</version>
</dependency>
Gradle Groovy
implementation 'xfire:xfire-core:1.0-M4'
Gradle Kotlin
implementation("xfire:xfire-core:1.0-M4")
Scala SBT
libraryDependencies += "xfire" % "xfire-core" % "1.0-M4"
Groovy Grape
@Grapes(
  @Grab(group='xfire', module='xfire-core', version='1.0-M4')
)
Apache Ivy
<dependency org="xfire" name="xfire-core" rev="1.0-M4" />
Leiningen
[xfire/xfire-core "1.0-M4"]
Apache Buildr
'xfire:xfire-core:jar:1.0-M4'
本项目依赖
该项目无第三方依赖