Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 720 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 720 Bytes

AppsLandia - JavaFX Utilities

Features

Installation

Maven

<dependency>
    <groupId>com.appslandia</groupId>
    <artifactId>appslandia-javafx</artifactId>
    <version>{LATEST_VERSION}</version>
</dependency>

<dependency>
    <groupId>com.appslandia</groupId>
    <artifactId>appslandia-common</artifactId>
    <version>{LATEST_VERSION}</version>
</dependency>

Gradle

dependencies {

   compile 'com.appslandia:appslandia-javafx:{LATEST_VERSION}'
}

Sample Usage

Questions?

Please feel free to contact me if you have any questions or comments. Email: haducloc13@gmail.com

License

This code is distributed under the terms and conditions of the MIT license.