License |
License |
---|---|
GroupId | GroupIdcom.github.kancyframework |
ArtifactId | ArtifactIdvalidation-plus-api |
Last Version | Last Version0.0.2-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Boot validation Enhanced Framework
|
<!-- https://jarcasting.com/artifacts/com.github.kancyframework/validation-plus-api/ -->
<dependency>
<groupId>com.github.kancyframework</groupId>
<artifactId>validation-plus-api</artifactId>
<version>0.0.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kancyframework/validation-plus-api/
implementation 'com.github.kancyframework:validation-plus-api:0.0.2-RELEASE'
// https://jarcasting.com/artifacts/com.github.kancyframework/validation-plus-api/
implementation ("com.github.kancyframework:validation-plus-api:0.0.2-RELEASE")
'com.github.kancyframework:validation-plus-api:jar:0.0.2-RELEASE'
<dependency org="com.github.kancyframework" name="validation-plus-api" rev="0.0.2-RELEASE">
<artifact name="validation-plus-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kancyframework', module='validation-plus-api', version='0.0.2-RELEASE')
)
libraryDependencies += "com.github.kancyframework" % "validation-plus-api" % "0.0.2-RELEASE"
[com.github.kancyframework/validation-plus-api "0.0.2-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
javax.validation : validation-api | jar | |
org.slf4j : slf4j-api | jar | |
org.hibernate.validator : hibernate-validator | jar | |
org.apache.tomcat.embed : tomcat-embed-el | jar | |
org.projectlombok : lombok Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |