Skip to content

Installation and Build

PrinceOfCookies edited this page Jun 5, 2026 · 2 revisions

Requirements

  • Java 21 or newer
  • Maven 3.9 or newer recommended

Build

mvn clean package

Run the Demo

mvn javafx:run

Maven Coordinates

Use the coordinates from the current pom.xml.

<dependency>
  <groupId>com.princeofcookies</groupId>
  <artifactId>dervafx-pub</artifactId>
  <version>0.0.2-SNAPSHOT</version>
</dependency>

Notes

  • DervaFX currently targets JavaFX controls only.
  • The public package and the private package should stay on separate Maven coordinates.

Clone this wiki locally