-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Julien Seinturier edited this page Apr 25, 2023
·
5 revisions
JCommon is a set of Java libraries that provide classes and functionnalities to help Java developpers.
The project is splitted within libraries (modules) dedicatec to specific Java doamin.
JCommon Core (jcommon-core) contains all the core functionnalities of the project.
JCommon JFX (jcommon-jfx) provide components and functionnalities dedicated to JavaFX. The integration of jcommon-jfx within a project can be done using the maven dependency:
<dependency>
<groupId>org.jorigin</groupId>
<artifactId>jcommon-jfx</artifactId>
<version>2.0.0-SNAPSHOT</version>
</dependency>
Examples and tutorials for JCommon JFX library are available within the dedicated page.