项目作者: JRebirth

项目描述 :
JRebirth is a JavaFX Application Framework
高级语言: Java
项目地址: git://github.com/JRebirth/JRebirth.git
创建时间: 2012-02-22T13:06:46Z
项目社区:https://github.com/JRebirth/JRebirth

开源协议:Apache License 2.0

下载


JRebirth

JRebirth Application Framework for JavaFX graphical toolkit

A set of Showcase Applications are provided for code-centric documentation and they are used as integration test

More information is available on our website : www.jrebirth.org

Live feed is available on our Blog

Join the chat at https://gitter.im/JRebirth/JRebirth

Download & Build

Download
Build Status

Demo

Several Demos are available online :

Use it

Maven coordinates:

  1. <dependency>
  2. <groupId>org.jrebirth.af</groupId>
  3. <artifactId>core</artifactId>
  4. <version>8.6.0</version>
  5. </dependency>

Documentation

Documentation is available here.

Build it

Requires Git, Java 8 and Maven.

  1. git clone https://github.com/JRebirth/JRebirth.git
  2. cd JRebirth/org.jrebirth.af
  3. mvn clean install