Skip to content
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.

Libraries

The project is splitted within libraries (modules) dedicatec to specific Java doamin.

JCommon Core

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.

Clone this wiki locally