Validator core

A straigthforward Java api for business validation

License

License

GroupId

GroupId

cloud.latitude
ArtifactId

ArtifactId

validator-core
Last Version

Last Version

1.0.RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

Validator core
A straigthforward Java api for business validation
Project Organization

Project Organization

Latitude Srls

Download validator-core

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.25

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

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