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

gabsz91.morpher-transformation-engine-fst.0.0.7.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.transformationengines.fst {

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

    requires lucene.core;
    requires org.slf4j;
    requires protobuf.java;

    exports com.github.szgabsz91.morpher.transformationengines.fst;
    exports com.github.szgabsz91.morpher.transformationengines.fst.config;
    exports com.github.szgabsz91.morpher.transformationengines.fst.protocolbuffers;

    provides com.github.szgabsz91.morpher.transformationengines.api.factories.IAbstractTransformationEngineFactory with com.github.szgabsz91.morpher.transformationengines.fst.impl.transformationengine.FSTAbstractTransformationEngineFactory;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy