gabsz91.morpher-transformation-engine-lattice.1.2.0.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-lattice Show documentation
Show all versions of morpher-transformation-engine-lattice Show documentation
Morpher Transformation Engine Lattice 1.6.0-RC2
@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;
}