gabsz91.morpher-engine-api.1.6.0.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 morpher-engine-api Show documentation
Show all versions of morpher-engine-api Show documentation
Morpher Engine API that contains the base interfaces and classes for Morpher Engine implementations
@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;
}