-
Notifications
You must be signed in to change notification settings - Fork 0
Installation and Build
PrinceOfCookies edited this page Jun 5, 2026
·
2 revisions
- Java 21 or newer
- Maven 3.9 or newer recommended
mvn clean packagemvn javafx:runUse the coordinates from the current pom.xml.
<dependency>
<groupId>com.princeofcookies</groupId>
<artifactId>dervafx-pub</artifactId>
<version>0.0.2-SNAPSHOT</version>
</dependency>- DervaFX currently targets JavaFX controls only.
- The public package and the private package should stay on separate Maven coordinates.