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

uta.matrix.common-impl.0.13.1.source-code.module-info Maven / Gradle / Ivy

The newest version!
module matrix.common.impl {
    exports io.github.ma1uta.matrix.impl;
    exports io.github.ma1uta.matrix.impl.exception;

    requires transitive matrix.common.api;
    requires transitive org.slf4j;
    requires transitive java.ws.rs;
    requires transitive microprofile.rest.client.api;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy