Last Version

Struts2 JSR303 bean validation Plugin 1.0

A Struts2 plugin for adding JSR-303 bean validation support.Plugin will be able to integrate itself with Hibernate Bean validator or Apache Bean validator.

License

License

GroupId

GroupId

com.github.umeshawasthi
ArtifactId

ArtifactId

struts2-jsr303-validation-plugin
Version

Version

1.0
Type

Type

jar
Description

Description

Struts2 JSR303 bean validation Plugin
A Struts2 plugin for adding JSR-303 bean validation support.Plugin will be able to integrate itself with Hibernate Bean validator or Apache Bean validator.
Project URL

Project URL

https://github.com/umeshawasthi/jsr303-validator-plugin
Source Code Management

Source Code Management

https://github.com/umeshawasthi/jsr303-validator-plugin.git

Download struts2-jsr303-validation-plugin 1.0


<!-- https://jarcasting.com/artifacts/com.github.umeshawasthi/struts2-jsr303-validation-plugin/ -->
<dependency>
    <groupId>com.github.umeshawasthi</groupId>
    <artifactId>struts2-jsr303-validation-plugin</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.umeshawasthi/struts2-jsr303-validation-plugin/
implementation 'com.github.umeshawasthi:struts2-jsr303-validation-plugin:1.0'
// https://jarcasting.com/artifacts/com.github.umeshawasthi/struts2-jsr303-validation-plugin/
implementation ("com.github.umeshawasthi:struts2-jsr303-validation-plugin:1.0")
'com.github.umeshawasthi:struts2-jsr303-validation-plugin:jar:1.0'
<dependency org="com.github.umeshawasthi" name="struts2-jsr303-validation-plugin" rev="1.0">
  <artifact name="struts2-jsr303-validation-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.umeshawasthi', module='struts2-jsr303-validation-plugin', version='1.0')
)
libraryDependencies += "com.github.umeshawasthi" % "struts2-jsr303-validation-plugin" % "1.0"
[com.github.umeshawasthi/struts2-jsr303-validation-plugin "1.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.struts : struts2-core jar 2.3.15.2
javax.validation : validation-api jar 1.0.0.GA

provided (1)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.4

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.