com.github.white-sdev:White_Validations

This Library will help you to perform basic generic validations for all of your standard methods throwing your custom exceptions and/or custom messages of error and useful information for your callers.

License

License

GroupId

GroupId

com.github.white-sdev
ArtifactId

ArtifactId

White_Validations
Last Version

Last Version

3.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

com.github.white-sdev:White_Validations
This Library will help you to perform basic generic validations for all of your standard methods throwing your custom exceptions and/or custom messages of error and useful information for your callers.
Project URL

Project URL

https://github.com/white-sdev/White_Validations
Source Code Management

Source Code Management

https://github.com/white-sdev/White_Validations/tree/master

Download White_Validations

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.30
org.projectlombok : lombok jar 1.18.12
junit : junit jar 4.13

test (3)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.3.1
org.junit.jupiter : junit-jupiter-params jar 5.3.1
org.junit.jupiter : junit-jupiter-engine jar 5.3.1

Project Modules

There are no modules declared in this project.

Versions

Version
3.0.0
2.1.0
2.0.0
1.0.2
1.0.1
1.0.0