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