MVN

com.hb0730 : dbvc-spring-boot

Maven & Gradle

Jan 20, 2021
2 usages
1 stars

dbvc-spring-boot · database version controller

<dependency>
    <groupId>com.hb0730</groupId>
    <artifactId>dbvc-spring-boot</artifactId>
    <version>1.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hb0730 : dbvc-spring-boot to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.2

All Versions

Choose a version of com.hb0730 : dbvc-spring-boot to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
dbvc-spring-boot-1.2.2
dbvc-spring-boot-1.2.1
dbvc-spring-boot-1.2.0
1.1.x
dbvc-spring-boot-1.1.0

How to add a dependency to Maven

Add the following com.hb0730 : dbvc-spring-boot maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.hb0730</groupId>
    <artifactId>dbvc-spring-boot</artifactId>
    <version>1.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.hb0730 : dbvc-spring-boot gradle dependency to your build.gradle file:

implementation 'com.hb0730:dbvc-spring-boot:1.2.2'

Gradle Kotlin DSL: Add the following com.hb0730 : dbvc-spring-boot gradle kotlin dependency to your build.gradle.kts file:

implementation("com.hb0730:dbvc-spring-boot:1.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.hb0730 : dbvc-spring-boot sbt scala dependency to your build.sbt file:

libraryDependencies += "com.hb0730" % "dbvc-spring-boot" % "1.2.2"

Advertisement