MVN

com.github.kancyframework : spring-boot-starter-validation-plus

Maven & Gradle

Sep 07, 2020
3 stars

spring-boot-starter-validation-plus · Spring Boot validation Enhanced Framework

<dependency>
    <groupId>com.github.kancyframework</groupId>
    <artifactId>spring-boot-starter-validation-plus</artifactId>
    <version>0.0.1-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.kancyframework : spring-boot-starter-validation-plus to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1-RELEASE

All Versions

Choose a version of com.github.kancyframework : spring-boot-starter-validation-plus to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
spring-boot-starter-validation-plus-0.0.1-RELEASE

How to add a dependency to Maven

Add the following com.github.kancyframework : spring-boot-starter-validation-plus maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.kancyframework</groupId>
    <artifactId>spring-boot-starter-validation-plus</artifactId>
    <version>0.0.1-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.kancyframework : spring-boot-starter-validation-plus gradle dependency to your build.gradle file:

implementation 'com.github.kancyframework:spring-boot-starter-validation-plus:0.0.1-RELEASE'

Gradle Kotlin DSL: Add the following com.github.kancyframework : spring-boot-starter-validation-plus gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.kancyframework:spring-boot-starter-validation-plus:0.0.1-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.kancyframework : spring-boot-starter-validation-plus sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.kancyframework" % "spring-boot-starter-validation-plus" % "0.0.1-RELEASE"

Advertisement