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