MVN

top.verytouch.vkit : vkit-spring-boot-autoconfigure

Maven & Gradle

Feb 14, 2023
6 usages
1 stars
<dependency>
    <groupId>top.verytouch.vkit</groupId>
    <artifactId>vkit-spring-boot-autoconfigure</artifactId>
    <version>2.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of top.verytouch.vkit : vkit-spring-boot-autoconfigure to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.3

All Versions

Choose a version of top.verytouch.vkit : vkit-spring-boot-autoconfigure to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
vkit-spring-boot-autoconfigure-2.2.3
vkit-spring-boot-autoconfigure-2.2.2
vkit-spring-boot-autoconfigure-2.2.1
vkit-spring-boot-autoconfigure-2.2.0

How to add a dependency to Maven

Add the following top.verytouch.vkit : vkit-spring-boot-autoconfigure maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>top.verytouch.vkit</groupId>
    <artifactId>vkit-spring-boot-autoconfigure</artifactId>
    <version>2.2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following top.verytouch.vkit : vkit-spring-boot-autoconfigure gradle dependency to your build.gradle file:

implementation 'top.verytouch.vkit:vkit-spring-boot-autoconfigure:2.2.3'

Gradle Kotlin DSL: Add the following top.verytouch.vkit : vkit-spring-boot-autoconfigure gradle kotlin dependency to your build.gradle.kts file:

implementation("top.verytouch.vkit:vkit-spring-boot-autoconfigure:2.2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following top.verytouch.vkit : vkit-spring-boot-autoconfigure sbt scala dependency to your build.sbt file:

libraryDependencies += "top.verytouch.vkit" % "vkit-spring-boot-autoconfigure" % "2.2.3"

Advertisement