is not current version
Last Version 0.0.2

com.github.uzrnem:verify 0.0.1

Create Java8 Validator and Check library for Request object and Variables with lightweight code and annotation free

GroupId

GroupId

com.github.uzrnem
ArtifactId

ArtifactId

verify
Version

Version

0.0.1
Type

Type

jar

Download verify 0.0.1


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