Download boot-fx-0.5.jar file - Jar b

Jar examples for b:boot-fx

Description

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

You can download jar file boot-fx 0.5 in this page.

Build File

You can use the following script to add boot-fx-0.5.jar to your project.

<dependency>
   <groupId>org.apidesign.html</groupId>
   <artifactId>boot-fx</artifactId>
   <version>0.5</version>
</dependency>
compile group: 'org.apidesign.html', name: 'boot-fx', version: '0.5'
libraryDependencies += "org.apidesign.html" % "boot-fx" % "0.5"
<dependency org="org.apidesign.html" name="boot-fx" rev="0.5"/>
@Grapes(@Grab(group='org.apidesign.html', module='boot-fx', version='0.5'))
'org.apidesign.html:boot-fx:jar:0.5'

Download

Click the following link to download the jar file.

boot-fx-0.5-javadoc.jar
boot-fx-0.5-sources.jar
boot-fx-0.5.jar
boot-fx-0.5.pom



Related Tutorials