Validator

A straigthforward Java api for business validation

Лицензия

Лицензия

Группа

Группа

cloud.latitude
Идентификатор

Идентификатор

validator
Последняя версия

Последняя версия

1.0.RELEASE
Дата

Дата

Тип

Тип

pom
Описание

Описание

Validator
A straigthforward Java api for business validation
Ссылка на сайт

Ссылка на сайт

https://github.com/latitude-oss/validator
Организация-разработчик

Организация-разработчик

Latitude Srls
Система контроля версий

Система контроля версий

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

Скачать validator

Имя Файла Размер
validator-1.0.RELEASE.pom 6 KB
Обзор

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

  • 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.

Версии библиотеки

Версия
1.0.RELEASE