gabsz91.morpher-language-handler-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-language-handler-api Show documentation
Show all versions of morpher-language-handler-api Show documentation
Morpher Language Handler API 1.8.0
@SuppressWarnings("module")
module com.github.szgabsz91.morpher.languagehandlers.api {
requires transitive com.github.szgabsz91.morpher.core;
requires com.google.protobuf;
requires lombok;
exports com.github.szgabsz91.morpher.languagehandlers.api;
exports com.github.szgabsz91.morpher.languagehandlers.api.model;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy