is not current version
Last Version 0.0.2-RELEASE

com.github.kancyframework:validation-plus 0.0.1-RELEASE

Spring Boot validation Enhanced Framework

GroupId

GroupId

com.github.kancyframework
ArtifactId

ArtifactId

validation-plus
Version

Version

0.0.1-RELEASE
Type

Type

pom

Download validation-plus 0.0.1-RELEASE


<!-- https://jarcasting.com/artifacts/com.github.kancyframework/validation-plus/ -->
<dependency>
    <groupId>com.github.kancyframework</groupId>
    <artifactId>validation-plus</artifactId>
    <version>0.0.1-RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.kancyframework/validation-plus/
implementation 'com.github.kancyframework:validation-plus:0.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.kancyframework/validation-plus/
implementation ("com.github.kancyframework:validation-plus:0.0.1-RELEASE")
'com.github.kancyframework:validation-plus:pom:0.0.1-RELEASE'
<dependency org="com.github.kancyframework" name="validation-plus" rev="0.0.1-RELEASE">
  <artifact name="validation-plus" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.kancyframework', module='validation-plus', version='0.0.1-RELEASE')
)
libraryDependencies += "com.github.kancyframework" % "validation-plus" % "0.0.1-RELEASE"
[com.github.kancyframework/validation-plus "0.0.1-RELEASE"]