javafx
Griffon JavaFX Plugin
Toolkits
JavaFX
Platforms
Framework
License
Apache Software License 2.0
Documentation
No documentation link provided
Downloads
1397
Rating
There are several ways to install a release of javafx using the install-plugin target of the griffon command line tool.
Name and Version
You can specify the name of the plugin alone. When you do this the command line tool will do its best to find the best match for your current settings: current Griffon version, UI toolkit, platform and JDK. If no suitable match is found you'll have to select a particular version yourself.
$ griffon install-plugin javafx
$ griffon install-plugin javafx 0.9.0
URL
Alternatively you can specify an URL that contains the resource you want to install. For example, using this same portal you can point the install-plugin command to either of the following URLs
$ griffon install-plugin http://artifacts.griffon-framework.org/api/plugins/javafx/0.9.0/download
$ griffon install-plugin http://artifacts.griffon-framework.org/repository/plugins/javafx/0.9.0/griffon-javafx-0.9.0.zip
Zip File
As a last resort you can specify the location of the zip file if it's available in your filesystem, like so.
$ griffon install-plugin /path/to/griffon-javafx-0.9.0.zip
Griffon