/beanvalidation

Library providing custom validators for bean-validation (JSR 303)

Primary LanguageJavaOtherNOASSERTION

beanvalidation

This library provides custom validators for bean-validation (JSR 303)

Getting Started

These instructions will get you an overview on how to implement and use the beanvalidation library. See further down for installing or deployment notes.

Installing

  • Checkout the Library
  • run mvn clean install
  • add the following to your dependencies
<dependency>
    <groupId>ch.dvbern.oss.beanvalidation</groupId>
    <artifactId>beanvalidation</artifactId>
    <version>(NEWEST_VERSION)</version>
</dependency>

Built With

  • Maven - Dependency Management

Contributing Guidelines

Please read Contributing.md for the process for submitting pull requests to us.

Code of Conduct

One healthy social atmospehere is very important to us, wherefore we rate our Code of Conduct high. For details check the file CodeOfConduct.md

Authors

  • DV Bern AG - Initial work - dvbern

See also the list of contributors who participated in this project.

License

This project is licensed under the Apache 2.0 License - see the License.md file for details.