Skip to content

JCommon Wiki

Julien Seinturier edited this page Apr 25, 2023 · 4 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 JFX (jcommon-jfx) provide components and functionnalities dedicated to Java. 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>

Clone this wiki locally