Download boot-fx-0.6.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.6 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials