All Downloads are FREE. Search and download functionalities are using the official Maven repository.

mf.vmf-edit.0.2.9.6.source-code.module-info Maven / Gradle / Ivy

Go to download

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