gabsz91.morpher-transformation-engine-astra.1.1.1.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of morpher-transformation-engine-astra Show documentation
Show all versions of morpher-transformation-engine-astra Show documentation
Morpher Transformation Engine ASTRA 1.8.0
@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;
}