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

d.vpro-shared-rs.5.3.1.source-code.module-info_ Maven / Gradle / Ivy

There is a newer version: 5.3.3
Show newest version
module nl.vpro.shared.rs {

    exports nl.vpro.rs;
    exports nl.vpro.rs.interceptors;
    exports nl.vpro.rs.converters;

    requires jakarta.ws.rs;
    requires static lombok;

    requires org.slf4j;
    requires jakarta.servlet;
    requires org.apache.commons.io;
    requires nl.vpro.shared.logging;
    requires jakarta.xml.bind;
    requires resteasy.core.spi;
    requires nl.vpro.shared.util;
    requires static com.fasterxml.jackson.annotation;
    requires static org.checkerframework.checker.qual;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy