Validation Library

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

License

License

GroupId

GroupId

com.github.uzrnem
ArtifactId

ArtifactId

validate
Last Version

Last Version

1.0.5
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download validate

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.5
1.0.4
1.0.1