License |
License
The MIT License (MIT)
|
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.ldeitos |
ArtifactId | ArtifactIdextendedValidation-spring-boot-core |
Last Version | Last Version2.0.0-Final |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionExtended Validation Core
Extension for BeanValidation API Core. Content interfaces, qualifiers and constraints definitions.
|
<!-- https://jarcasting.com/artifacts/com.github.ldeitos/extendedValidation-spring-boot-core/ -->
<dependency>
<groupId>com.github.ldeitos</groupId>
<artifactId>extendedValidation-spring-boot-core</artifactId>
<version>2.0.0-Final</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ldeitos/extendedValidation-spring-boot-core/
implementation 'com.github.ldeitos:extendedValidation-spring-boot-core:2.0.0-Final'
// https://jarcasting.com/artifacts/com.github.ldeitos/extendedValidation-spring-boot-core/
implementation ("com.github.ldeitos:extendedValidation-spring-boot-core:2.0.0-Final")
'com.github.ldeitos:extendedValidation-spring-boot-core:jar:2.0.0-Final'
<dependency org="com.github.ldeitos" name="extendedValidation-spring-boot-core" rev="2.0.0-Final">
<artifact name="extendedValidation-spring-boot-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ldeitos', module='extendedValidation-spring-boot-core', version='2.0.0-Final')
)
libraryDependencies += "com.github.ldeitos" % "extendedValidation-spring-boot-core" % "2.0.0-Final"
[com.github.ldeitos/extendedValidation-spring-boot-core "2.0.0-Final"]
Group / Artifact | Type | Version |
---|---|---|
javax.validation : validation-api | jar | 2.0.1.Final |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-beans | jar | 5.2.3.RELEASE |