| GroupId | GroupIdcom.github.birdasaur.litfx |
|---|---|
| ArtifactId | ArtifactIdLitFX |
| Version | Version0.0.8 |
| Type | Typepom |
| Filename | Size |
|---|---|
| LitFX-0.0.8.pom | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.birdasaur.litfx/LitFX/ -->
<dependency>
<groupId>com.github.birdasaur.litfx</groupId>
<artifactId>LitFX</artifactId>
<version>0.0.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.birdasaur.litfx/LitFX/
implementation 'com.github.birdasaur.litfx:LitFX:0.0.8'
// https://jarcasting.com/artifacts/com.github.birdasaur.litfx/LitFX/
implementation ("com.github.birdasaur.litfx:LitFX:0.0.8")
'com.github.birdasaur.litfx:LitFX:pom:0.0.8'
<dependency org="com.github.birdasaur.litfx" name="LitFX" rev="0.0.8">
<artifact name="LitFX" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.birdasaur.litfx', module='LitFX', version='0.0.8')
)
libraryDependencies += "com.github.birdasaur.litfx" % "LitFX" % "0.0.8"
[com.github.birdasaur.litfx/LitFX "0.0.8"]