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

gabsz91.morpher-core.0.0.5.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.core {

    requires org.slf4j;
    requires transitive protobuf.java;
    requires zip4j;

    exports com.github.szgabsz91.morpher.core.io;
    exports com.github.szgabsz91.morpher.core.model;
    exports com.github.szgabsz91.morpher.core.protocolbuffers;
    exports com.github.szgabsz91.morpher.core.services;
    exports com.github.szgabsz91.morpher.core.utils;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy