文件下载
文件名 操作
litfx-core-0.0.8.jar 下载
litfx-core-0.0.8.pom 下载
litfx-core-0.0.8-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.birdasaur.litfx</groupId>
  <artifactId>litfx-core</artifactId>
  <version>0.0.8</version>
</dependency>
Gradle Groovy
implementation 'com.github.birdasaur.litfx:litfx-core:0.0.8'
Gradle Kotlin
implementation("com.github.birdasaur.litfx:litfx-core:0.0.8")
Scala SBT
libraryDependencies += "com.github.birdasaur.litfx" % "litfx-core" % "0.0.8"
Groovy Grape
@Grapes(
  @Grab(group='com.github.birdasaur.litfx', module='litfx-core', version='0.0.8')
)
Apache Ivy
<dependency org="com.github.birdasaur.litfx" name="litfx-core" rev="0.0.8" />
Leiningen
[com.github.birdasaur.litfx/litfx-core "0.0.8"]
Apache Buildr
'com.github.birdasaur.litfx:litfx-core:jar:0.0.8'