How To Install Java Artifact javax.validation.validation-api v1.1.0.Final

javax.validation validation-api 1.1.0.Final

Introduction

In this article, we'll learn how to install Java artifact validation-api from javax.validation group in version 1.1.0.Final. The artifact is available in 26 versions: 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.CR5 1.0.CR4 1.0.CR3 1.0.CR2 1.0.CR1 1.0.Beta4 1.0.Beta3 1.0.0.GA . The Bean Validation API project has been released under The Apache Software License, Version 2.0 license, and has its own website at: http://beanvalidation.org .

How To Install Java Artifact javax.validation.validation-api In Version 1.1.0.Final

To install the Bean Validation API artifact in version 1.1.0.Final add the following dependency to your pom.xml file for Maven Project.

The dependency needs to be added in the dependencies section which is located in the main project tag of the pom.xml file. The sample pom.xml file that uses Bean Validation API dependency could look as follows:

Other dependency snippets for Gradle, SBT, Ivy, Grape, Leiningen, and Buildr

Below you can find code snippets for other project build tools like Gradle, SBT, Ivy, Grape, Leiningen, and Buildr.

Test dependencies (1)

Licenses

Developers