| Лицензия |
Лицензия
The MIT License (MIT)
|
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
| Группа | Группаcom.github.ldeitos |
| Идентификатор | ИдентификаторextendedValidation-spring-boot |
| Версия | Версия2.0.0-Final |
| Тип | Типjar |
| Описание |
ОписаниеExtended Validation
Extension for BeanValidation API to provide CDI compatible ConstraintValidatorFactory, easy way to set parameters on message constraint and easy API to add non properties file message sources, like DB, external modules, mainframe routines, etc.
|
<!-- https://jarcasting.com/artifacts/com.github.ldeitos/extendedValidation-spring-boot/ -->
<dependency>
<groupId>com.github.ldeitos</groupId>
<artifactId>extendedValidation-spring-boot</artifactId>
<version>2.0.0-Final</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ldeitos/extendedValidation-spring-boot/
implementation 'com.github.ldeitos:extendedValidation-spring-boot:2.0.0-Final'
// https://jarcasting.com/artifacts/com.github.ldeitos/extendedValidation-spring-boot/
implementation ("com.github.ldeitos:extendedValidation-spring-boot:2.0.0-Final")
'com.github.ldeitos:extendedValidation-spring-boot:jar:2.0.0-Final'
<dependency org="com.github.ldeitos" name="extendedValidation-spring-boot" rev="2.0.0-Final">
<artifact name="extendedValidation-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ldeitos', module='extendedValidation-spring-boot', version='2.0.0-Final')
)
libraryDependencies += "com.github.ldeitos" % "extendedValidation-spring-boot" % "2.0.0-Final"
[com.github.ldeitos/extendedValidation-spring-boot "2.0.0-Final"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.ldeitos : extendedValidation-spring-boot-core | jar | 2.0.0-Final |
| javax.validation : validation-api | jar | 2.0.1.Final |
| io.github.classgraph : classgraph | jar | 4.1.2 |
| org.aspectj : aspectjweaver | jar | 1.8.9 |
| org.apache.commons : commons-lang3 | jar | 3.8.1 |
| org.apache.commons : commons-collections4 | jar | 4.4 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework : spring-beans | jar | 5.2.3.RELEASE |
| org.springframework : spring-context | jar | 5.2.3.RELEASE |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.springframework.boot : spring-boot-starter-test | jar | 2.2.4.RELEASE |
| org.springframework.boot : spring-boot-test | jar | 2.2.4.RELEASE |
| org.springframework : spring-test | jar | 5.2.3.RELEASE |
| org.mockito : mockito-core | jar | 3.1.0 |
| org.hibernate.validator : hibernate-validator | jar | 6.0.13.Final |
| javax.el : javax.el-api | jar | 3.0.0 |
| com.sun.el : el-ri | jar | 1.0 |