How To Install Java Artifact org.glassfish.hk2.bean-validator v1.1.10

org.glassfish.hk2 bean-validator 1.1.10

Introduction

In this article, we'll learn how to install Java artifact bean-validator from org.glassfish.hk2 group in version 1.1.10. The artifact is available in 1 versions: 1.1.10 The parent project is: org.glassfish.hk2::hk2-parent::1.1.10

How To Install Java Artifact org.glassfish.hk2.bean-validator In Version 1.1.10

To install the Validation API (JSR 303) version 1.0, Hibernate Validator version 4.2.0.Final and its dependencies repackaged as OSGi bundle artifact in version 1.1.10 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 Validation API (JSR 303) version 1.0, Hibernate Validator version 4.2.0.Final and its dependencies repackaged as OSGi bundle 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.

Compile dependencies (4)

Provided dependencies (1)

Developers