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

gson.fx-gson.4.0.0.source-code.module-info Maven / Gradle / Ivy

module org.hildan.fxgson {
    requires transitive com.google.gson;
    requires transitive javafx.base; // for Property classes
    requires transitive javafx.graphics; // for Color and Font classes
    requires org.jetbrains.annotations;

    exports org.hildan.fxgson;
    exports org.hildan.fxgson.adapters.extras;
    exports org.hildan.fxgson.adapters.properties;
    exports org.hildan.fxgson.adapters.properties.primitives;
    exports org.hildan.fxgson.creators;
    exports org.hildan.fxgson.factories;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy