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

gabsz91.morpher-transformation-engine-api.1.8.0.source-code.module-info Maven / Gradle / Ivy

The newest version!
@SuppressWarnings("module")
module com.github.szgabsz91.morpher.transformationengines.api {

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

    requires combinatoricslib3;
    requires lombok;
    requires protobuf.java;

    exports com.github.szgabsz91.morpher.transformationengines.api;
    exports com.github.szgabsz91.morpher.transformationengines.api.factories;
    exports com.github.szgabsz91.morpher.transformationengines.api.characters;
    exports com.github.szgabsz91.morpher.transformationengines.api.characters.attributes;
    exports com.github.szgabsz91.morpher.transformationengines.api.characters.converters;
    exports com.github.szgabsz91.morpher.transformationengines.api.characters.repositories;
    exports com.github.szgabsz91.morpher.transformationengines.api.characters.sounds;
    exports com.github.szgabsz91.morpher.transformationengines.api.characters.sounds.attributes.consonant;
    exports com.github.szgabsz91.morpher.transformationengines.api.characters.sounds.attributes.vowel;
    exports com.github.szgabsz91.morpher.transformationengines.api.characters.statistics;
    exports com.github.szgabsz91.morpher.transformationengines.api.model;
    exports com.github.szgabsz91.morpher.transformationengines.api.protocolbuffers;
    exports com.github.szgabsz91.morpher.transformationengines.api.utils;
    exports com.github.szgabsz91.morpher.transformationengines.api.wordconverters;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy