dators.1.2.0.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of validators Show documentation
Show all versions of validators Show documentation
Additional validators and annotations for use with Java Bean Validation (JSR-303)
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