Validator core

A straigthforward Java api for business validation

Лицензия

Лицензия

Группа

Группа

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

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

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

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

1.0.RELEASE
Дата

Дата

Тип

Тип

jar
Описание

Описание

Validator core
A straigthforward Java api for business validation
Организация-разработчик

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

Latitude Srls

Скачать validator-core

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-api jar 1.7.25

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

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

Данный проект не имеет модулей.

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