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

gabsz91.morpher-transformation-engine-astra.1.1.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.transformationengines.astra {

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

    requires combinatoricslib3;
    requires org.apache.commons.collections4;
    requires org.apache.commons.lang3;
    requires org.slf4j;
    requires protobuf.java;

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

    provides com.github.szgabsz91.morpher.transformationengines.api.factories.IAbstractTransformationEngineFactory with com.github.szgabsz91.morpher.transformationengines.astra.impl.transformationengine.ASTRAAbstractTransformationEngineFactory;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy