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

gabsz91.morpher-engine-impl.1.0.1.source-code.module-info Maven / Gradle / Ivy

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

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

    requires org.slf4j;
    requires protobuf.java;

    exports com.github.szgabsz91.morpher.engines.impl;
    exports com.github.szgabsz91.morpher.engines.impl.transformationengineholders;
    exports com.github.szgabsz91.morpher.engines.impl.transformationengineholderfactories;
    exports com.github.szgabsz91.morpher.engines.impl.impl.probability;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy