![JAR search and dependency download from the Maven repository](/logo.png)
gabsz91.morpher-core.1.6.0-RC2.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-core Show documentation
Show all versions of morpher-core Show documentation
Core library for the Morpher framework
@SuppressWarnings("module")
module com.github.szgabsz91.morpher.core {
requires lombok;
requires org.slf4j;
requires transitive com.google.protobuf;
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 - 2025 Weber Informatics LLC | Privacy Policy