Bean Validation API


License

License

GroupId

GroupId

javax.validation
ArtifactId

ArtifactId

validation-api
Last Version

Last Version

2.0.1.Final
Release Date

Release Date

Type

Type

jar
Description

Description

Bean Validation API
Bean Validation API
Project URL

Project URL

http://beanvalidation.org
Source Code Management

Source Code Management

https://github.com/beanvalidation/beanvalidation-api

Download validation-api

How to add to project

<!-- https://jarcasting.com/artifacts/javax.validation/validation-api/ -->
<dependency>
    <groupId>javax.validation</groupId>
    <artifactId>validation-api</artifactId>
    <version>2.0.1.Final</version>
</dependency>
// https://jarcasting.com/artifacts/javax.validation/validation-api/
implementation 'javax.validation:validation-api:2.0.1.Final'
// https://jarcasting.com/artifacts/javax.validation/validation-api/
implementation ("javax.validation:validation-api:2.0.1.Final")
'javax.validation:validation-api:jar:2.0.1.Final'
<dependency org="javax.validation" name="validation-api" rev="2.0.1.Final">
  <artifact name="validation-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='javax.validation', module='validation-api', version='2.0.1.Final')
)
libraryDependencies += "javax.validation" % "validation-api" % "2.0.1.Final"
[javax.validation/validation-api "2.0.1.Final"]

Dependencies

test (1)

Group / Artifact Type Version
org.testng : testng jar 6.9.10

Project Modules

There are no modules declared in this project.

Jakarta Bean Validation API

This repository contains the Java Jakarta Bean Validation 3.0 API.

Jakarta Bean Validation defines a metadata model and API for JavaBean and method validation.

You can learn more about it here:

System requirements

JDK 8.

Licensing

The Jakarta Bean Validation API is provided and distributed under the Apache Software License 2.0. Refer to license.txt for more information.

Build from Source

You can build the Jakarta Bean Validation API from source by cloning the git repository https://github.com/eclipse-ee4j/beanvalidation-api.git. You will also need a JDK 8 and Maven 3 (>= 3.0.3). With these prerequisites in place you can compile the source via:

mvn clean install

Contribute

Want to join us? You can find all the relevant information about contributing to Jakarta Bean Validation on the website.

Continuous Integration

The official Continuous Integration service for the project is hosted on ci.eclipse.org.

Publishing the Schemas

The schema files should be published to the https://github.com/jakartaee/jakarta.ee website repository by following the procedure described at https://eclipse-ee4j.github.io/jakartaee-platform/publish-xml-schemas. The location for the schema files in the repsitory is the static/xml/ns/validation directory.

javax.validation

Bean Validation

API, specification, TCK and website of the Bean Validation spec (currently migrated to the Jakarta EE umbrella)

Versions

Version
2.0.1.Final
2.0.0.Final
2.0.0.CR3
2.0.0.CR2
2.0.0.CR1
2.0.0.Beta2
2.0.0.Beta1
2.0.0.Alpha2
2.0.0.Alpha1
1.1.0.Final
1.1.0.CR3
1.1.0.CR2
1.1.0.CR1
1.1.0.Beta4
1.1.0.Beta3
1.1.0.Beta2
1.1.0.Beta1
1.1.0.Alpha1
1.0.0.GA
1.0.CR5
1.0.CR4
1.0.CR3
1.0.CR2
1.0.CR1
1.0.Beta4
1.0.Beta3