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.