Jakarta Bean Validation

Code artifacts published for Bean Validation 1.1 early draft 1

Posted by Emmanuel Bernard    |    16 Mar 2012    release

Following the release of the first early draft for Bean Validation 1.1, we have published the code artifacts:

  • the code source
  • the jar
  • the JavaDoc

All are available on JBoss's Maven repository. Alternatively, you can reference them in your Maven POM

<dependency>
    <groupId>javax.validation</groupId>
    <artifactId>validation-api</artifactId>
    <version>1.1.0.Alpha1</version>
</dependency>

Enjoy.