Validator

A straigthforward Java api for business validation

License

License

GroupId

GroupId

cloud.latitude
ArtifactId

ArtifactId

validator
Last Version

Last Version

1.0.RELEASE
Release Date

Release Date

Type

Type

pom
Description

Description

Validator
A straigthforward Java api for business validation
Project URL

Project URL

https://github.com/latitude-oss/validator
Project Organization

Project Organization

Latitude Srls
Source Code Management

Source Code Management

https://github.com/latitude-oss/validator

Download validator

How to add to project

<!-- https://jarcasting.com/artifacts/cloud.latitude/validator/ -->
<dependency>
    <groupId>cloud.latitude</groupId>
    <artifactId>validator</artifactId>
    <version>1.0.RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cloud.latitude/validator/
implementation 'cloud.latitude:validator:1.0.RELEASE'
// https://jarcasting.com/artifacts/cloud.latitude/validator/
implementation ("cloud.latitude:validator:1.0.RELEASE")
'cloud.latitude:validator:pom:1.0.RELEASE'
<dependency org="cloud.latitude" name="validator" rev="1.0.RELEASE">
  <artifact name="validator" type="pom" />
</dependency>
@Grapes(
@Grab(group='cloud.latitude', module='validator', version='1.0.RELEASE')
)
libraryDependencies += "cloud.latitude" % "validator" % "1.0.RELEASE"
[cloud.latitude/validator "1.0.RELEASE"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • validator-core
  • validator-spring-autoconfigure

Validator

Lobby License Apache%202.0 blue

Validator defines a straigthforward Java api and a meta-model for business validation.

Data validation is a very common task that often is scattered in many different layers of an application. Some times the same validation criteria are implemented more than once, this can be time consuming and error-prone.

Modules

There are more modules in the project, below a quick overview:

  • validator-core - the library that provides core features.

  • validator-spring-autoconfigure - integrates the core library in a SpringFramework IOC container.

Requirements

Java 6 or later is required.

Releases

Releases can be found in the Github releases tab.

License

Validator is Open Source software released under the Apache 2.0 license.

Versions

Version
1.0.RELEASE