is not current version
Last Version 0.6

org.apidesign.html:boot-fx 0.5

A presentation provider to show JavaFX WebView when a Java/HTML based application is about to boot.

Categories

Categories

IDE Development Tools
GroupId

GroupId

org.apidesign.html
ArtifactId

ArtifactId

boot-fx
Version

Version

0.5
Type

Type

jar

Download boot-fx 0.5


<!-- https://jarcasting.com/artifacts/org.apidesign.html/boot-fx/ -->
<dependency>
    <groupId>org.apidesign.html</groupId>
    <artifactId>boot-fx</artifactId>
    <version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.apidesign.html/boot-fx/
implementation 'org.apidesign.html:boot-fx:0.5'
// https://jarcasting.com/artifacts/org.apidesign.html/boot-fx/
implementation ("org.apidesign.html:boot-fx:0.5")
'org.apidesign.html:boot-fx:jar:0.5'
<dependency org="org.apidesign.html" name="boot-fx" rev="0.5">
  <artifact name="boot-fx" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apidesign.html', module='boot-fx', version='0.5')
)
libraryDependencies += "org.apidesign.html" % "boot-fx" % "0.5"
[org.apidesign.html/boot-fx "0.5"]