is not current version
Last Version 0.2.2

com.github.houbb:valid-jsr 0.1.4

The jsr-303 module for valid framework.

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

valid-jsr
Version

Version

0.1.4
Type

Type

jar

Download valid-jsr 0.1.4


<!-- https://jarcasting.com/artifacts/com.github.houbb/valid-jsr/ -->
<dependency>
    <groupId>com.github.houbb</groupId>
    <artifactId>valid-jsr</artifactId>
    <version>0.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/valid-jsr/
implementation 'com.github.houbb:valid-jsr:0.1.4'
// https://jarcasting.com/artifacts/com.github.houbb/valid-jsr/
implementation ("com.github.houbb:valid-jsr:0.1.4")
'com.github.houbb:valid-jsr:jar:0.1.4'
<dependency org="com.github.houbb" name="valid-jsr" rev="0.1.4">
  <artifact name="valid-jsr" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='valid-jsr', version='0.1.4')
)
libraryDependencies += "com.github.houbb" % "valid-jsr" % "0.1.4"
[com.github.houbb/valid-jsr "0.1.4"]