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

gabsz91.morpher-transformation-engine-lattice.1.2.0.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.lattice {

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

    requires org.apache.commons.collections4;
    requires org.slf4j;
    requires com.google.protobuf;

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

    provides com.github.szgabsz91.morpher.transformationengines.api.factories.IAbstractTransformationEngineFactory with com.github.szgabsz91.morpher.transformationengines.lattice.impl.transformationengine.LatticeAbstractTransformationEngineFactory;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy