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

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

There is a newer version: 5.3.2
Show newest version
module nl.vpro.shared.validation {
    exports nl.vpro.validation;

    requires nl.vpro.shared.util;
    requires jakarta.validation;
    requires org.apache.commons.lang3;
    requires static lombok;

    requires org.slf4j;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy