| License |
License |
|---|---|
| GroupId | GroupIdno.tornado |
| ArtifactId | ArtifactIdfxlauncher |
| Last Version | Last Version1.0.21 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionFX Launcher
Auto updating launcher for JavaFX Applications
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| fxlauncher-1.0.21.pom | |
| fxlauncher-1.0.21.jar | 13 KB |
| fxlauncher-1.0.21-sources.jar | 4 KB |
| fxlauncher-1.0.21-javadoc.jar | 36 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/no.tornado/fxlauncher/ -->
<dependency>
<groupId>no.tornado</groupId>
<artifactId>fxlauncher</artifactId>
<version>1.0.21</version>
</dependency>
// https://jarcasting.com/artifacts/no.tornado/fxlauncher/
implementation 'no.tornado:fxlauncher:1.0.21'
// https://jarcasting.com/artifacts/no.tornado/fxlauncher/
implementation ("no.tornado:fxlauncher:1.0.21")
'no.tornado:fxlauncher:jar:1.0.21'
<dependency org="no.tornado" name="fxlauncher" rev="1.0.21">
<artifact name="fxlauncher" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.tornado', module='fxlauncher', version='1.0.21')
)
libraryDependencies += "no.tornado" % "fxlauncher" % "1.0.21"
[no.tornado/fxlauncher "1.0.21"]