License |
License |
---|---|
GroupId | GroupIdcom.github.kancyframework |
ArtifactId | ArtifactIdvalidation-plus |
Last Version | Last Version0.0.2-RELEASE |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionvalidation-plus
Spring Boot validation Enhanced Framework
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
validation-plus-0.0.2-RELEASE.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.kancyframework/validation-plus/ -->
<dependency>
<groupId>com.github.kancyframework</groupId>
<artifactId>validation-plus</artifactId>
<version>0.0.2-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.kancyframework/validation-plus/
implementation 'com.github.kancyframework:validation-plus:0.0.2-RELEASE'
// https://jarcasting.com/artifacts/com.github.kancyframework/validation-plus/
implementation ("com.github.kancyframework:validation-plus:0.0.2-RELEASE")
'com.github.kancyframework:validation-plus:pom:0.0.2-RELEASE'
<dependency org="com.github.kancyframework" name="validation-plus" rev="0.0.2-RELEASE">
<artifact name="validation-plus" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.kancyframework', module='validation-plus', version='0.0.2-RELEASE')
)
libraryDependencies += "com.github.kancyframework" % "validation-plus" % "0.0.2-RELEASE"
[com.github.kancyframework/validation-plus "0.0.2-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |