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

gabsz91.morpher-engine-api.1.6.0.source-code.module-info Maven / Gradle / Ivy

Go to download

Morpher Engine API that contains the base interfaces and classes for Morpher Engine implementations

There is a newer version: 1.8.0
Show newest version
@SuppressWarnings("module")
module com.github.szgabsz91.morpher.engines.api {

    requires transitive com.github.szgabsz91.morpher.core;
    requires transitive com.github.szgabsz91.morpher.languagehandlers.api;

    requires com.google.protobuf;
    requires lombok;

    exports com.github.szgabsz91.morpher.engines.api;
    exports com.github.szgabsz91.morpher.engines.api.model;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy