
mf.vmf-edit.0.2.9.6.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vmf-edit Show documentation
Show all versions of vmf-edit Show documentation
VMF JSon Schema Editor Support (VRL Modeling Framework) adds editor support via json schema.
The newest version!
module eu.mihosoft.vmf.vmfedit {
requires javafx.controls;
requires javafx.fxml;
requires javafx.web;
requires jdk.jsobject;
requires com.fasterxml.jackson.databind;
opens eu.mihosoft.vmf.vmfedit to javafx.fxml;
exports eu.mihosoft.vmf.vmfedit;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy