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

d.vpro-shared-xml.5.3.0.source-code.module-info_ Maven / Gradle / Ivy

module nl.vpro.shared.xml {
    exports nl.vpro.xml.bind;
    exports nl.vpro.xml.util;

    requires static lombok;
    requires static org.checkerframework.checker.qual;

    requires java.xml;
    requires org.apache.commons.io;

    requires org.meeuw.functional;
    requires nl.vpro.shared.util;
    requires jakarta.xml.bind;
    requires org.apache.commons.lang3;
    requires org.slf4j;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy