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

uta.matrix.jsonb-support.0.10.1.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 0.13.1
Show newest version
module matrix.support.jsonb {
    uses io.github.ma1uta.matrix.support.jsonb.JsonbProvider;
    exports io.github.ma1uta.matrix.support.jsonb;
    exports io.github.ma1uta.matrix.support.jsonb.mapper to org.mapstruct;

    requires transitive matrix.common.api;
    requires transitive matrix.common.impl;
    requires transitive java.json;
    requires org.mapstruct;
    requires java.sql;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy