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

gabsz91.morpher-transformation-engine-tasr.1.0.0.source-code.module-info Maven / Gradle / Ivy

@SuppressWarnings("module")
module com.github.szgabsz91.morpher.transformationengines.tasr {

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

    requires org.slf4j;
    requires protobuf.java;

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

    provides com.github.szgabsz91.morpher.transformationengines.api.factories.IAbstractTransformationEngineFactory with com.github.szgabsz91.morpher.transformationengines.tasr.impl.transformationengine.TASRAbstractTransformationEngineFactory;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy