/JavaFXstarterApp

Primary LanguageJavaMIT LicenseMIT

Project Title

Project Starter for JavaFX Maven and GIt

Getting Started

Installing

Built With

  • Maven - Dependency Management

  • ADD SETTINGS TO MAVEN settings.xml file. For bintray reposytory download

<profiles> <profile> <repositories> <repository> <snapshots> <enabled>false</enabled> </snapshots> <id>central</id> <name>bintray</name> <url>http://jcenter.bintray.com</url> </repository> </repositories> <pluginRepositories> <pluginRepository> <snapshots> <enabled>false</enabled> </snapshots> <id>central</id> <name>bintray-plugins</name> <url>http://jcenter.bintray.com</url> </pluginRepository> </pluginRepositories> <id>bintray</id> </profile> </profiles> <activeProfiles> <activeProfile>bintray</activeProfile> </activeProfiles>

Contributing

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

READY TO BE RELEASED