is not current version
Last Version 1.0.5

com.github.uzrnem:validate 1.0.4

This is library for validation in Java 8. we want to keep it as lightweight as possible.

GroupId

GroupId

com.github.uzrnem
ArtifactId

ArtifactId

validate
Version

Version

1.0.4
Type

Type

jar

Download validate 1.0.4


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