Hibernate validator library and Validation API (JSR 303) repackaged as OSGi and HK2 bundle

Module repackaging of the Hibernate validator library and Validation API (JSR 303)

Categories

Categories

GlassFish Container Application Servers
GroupId

GroupId

org.glassfish
ArtifactId

ArtifactId

bean-validator
Last Version

Last Version

3.0-JBoss-4.0.2_03
Release Date

Release Date

Type

Type

jar
Description

Description

Hibernate validator library and Validation API (JSR 303) repackaged as OSGi and HK2 bundle
Module repackaging of the Hibernate validator library and Validation API (JSR 303)

Download bean-validator

How to add to project

<!-- https://jarcasting.com/artifacts/org.glassfish/bean-validator/ -->
<dependency>
    <groupId>org.glassfish</groupId>
    <artifactId>bean-validator</artifactId>
    <version>3.0-JBoss-4.0.2_03</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish/bean-validator/
implementation 'org.glassfish:bean-validator:3.0-JBoss-4.0.2_03'
// https://jarcasting.com/artifacts/org.glassfish/bean-validator/
implementation ("org.glassfish:bean-validator:3.0-JBoss-4.0.2_03")
'org.glassfish:bean-validator:jar:3.0-JBoss-4.0.2_03'
<dependency org="org.glassfish" name="bean-validator" rev="3.0-JBoss-4.0.2_03">
  <artifact name="bean-validator" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish', module='bean-validator', version='3.0-JBoss-4.0.2_03')
)
libraryDependencies += "org.glassfish" % "bean-validator" % "3.0-JBoss-4.0.2_03"
[org.glassfish/bean-validator "3.0-JBoss-4.0.2_03"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.