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

dators.1.2.0.source-code.module-info Maven / Gradle / Ivy

Go to download

Additional validators and annotations for use with Java Bean Validation (JSR-303)

There is a newer version: 1.4.2
Show newest version
module io.xlate.validation {

    requires java.logging;

    requires static java.naming;
    requires static java.sql;

    requires static jakarta.el;
    requires transitive jakarta.validation;

    exports io.xlate.validation.constraints;

    opens io.xlate.validation.internal.constraintvalidators;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy