License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.kancyframework |
ArtifactId | ArtifactIdspring-boot-starter-validation-plus |
Last Version | Last Version0.0.1-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring-boot-starter-validation-plus
Spring Boot validation Enhanced Framework
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.kancyframework/spring-boot-starter-validation-plus/ -->
<dependency>
<groupId>com.github.kancyframework</groupId>
<artifactId>spring-boot-starter-validation-plus</artifactId>
<version>0.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kancyframework/spring-boot-starter-validation-plus/
implementation 'com.github.kancyframework:spring-boot-starter-validation-plus:0.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.kancyframework/spring-boot-starter-validation-plus/
implementation ("com.github.kancyframework:spring-boot-starter-validation-plus:0.0.1-RELEASE")
'com.github.kancyframework:spring-boot-starter-validation-plus:jar:0.0.1-RELEASE'
<dependency org="com.github.kancyframework" name="spring-boot-starter-validation-plus" rev="0.0.1-RELEASE">
<artifact name="spring-boot-starter-validation-plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kancyframework', module='spring-boot-starter-validation-plus', version='0.0.1-RELEASE')
)
libraryDependencies += "com.github.kancyframework" % "spring-boot-starter-validation-plus" % "0.0.1-RELEASE"
[com.github.kancyframework/spring-boot-starter-validation-plus "0.0.1-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-validation | jar |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |