Veslo Bean Validation Module

The module provides the ability to check DTO models using JSR 303 annotations. Implemented based on Jakarta EL v.4 + Hibernate Validator Engine.

Лицензия

Лицензия

Категории

Категории

Retrofit Сеть HTTP Clients
Группа

Группа

org.touchbit.retrofit.veslo
Идентификатор

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

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

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

1.2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Veslo Bean Validation Module
The module provides the ability to check DTO models using JSR 303 annotations. Implemented based on Jakarta EL v.4 + Hibernate Validator Engine.
Ссылка на сайт

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

https://github.com/touchbit/retrofit-veslo

Скачать bean

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

<!-- https://jarcasting.com/artifacts/org.touchbit.retrofit.veslo/bean/ -->
<dependency>
    <groupId>org.touchbit.retrofit.veslo</groupId>
    <artifactId>bean</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.touchbit.retrofit.veslo/bean/
implementation 'org.touchbit.retrofit.veslo:bean:1.2.0'
// https://jarcasting.com/artifacts/org.touchbit.retrofit.veslo/bean/
implementation ("org.touchbit.retrofit.veslo:bean:1.2.0")
'org.touchbit.retrofit.veslo:bean:jar:1.2.0'
<dependency org="org.touchbit.retrofit.veslo" name="bean" rev="1.2.0">
  <artifact name="bean" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.touchbit.retrofit.veslo', module='bean', version='1.2.0')
)
libraryDependencies += "org.touchbit.retrofit.veslo" % "bean" % "1.2.0"
[org.touchbit.retrofit.veslo/bean "1.2.0"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.glassfish : jakarta.el jar 4.0.2
org.hibernate.validator : hibernate-validator jar 7.0.2.Final

test (4)

Идентификатор библиотеки Тип Версия
org.touchbit.retrofit.veslo : jackson jar 1.2.0
org.touchbit.retrofit.veslo » internal-test-module jar 1.2.0
org.junit.jupiter : junit-jupiter-api jar 5.8.2
org.junit.jupiter : junit-jupiter-params jar 5.8.2

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

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

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

Версия
1.2.0
1.1.0
1.0.1
1.0.0