MVN

xyz.migoo.springboot : migoo-spring-boot-starter-cvs

Maven & Gradle

Jan 08, 2024

migoo-spring-boot-starter-cvs · 阿里云 组件

<dependency>
    <groupId>xyz.migoo.springboot</groupId>
    <artifactId>migoo-spring-boot-starter-cvs</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of xyz.migoo.springboot : migoo-spring-boot-starter-cvs to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of xyz.migoo.springboot : migoo-spring-boot-starter-cvs to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
migoo-spring-boot-starter-cvs-1.1.0

How to add a dependency to Maven

Add the following xyz.migoo.springboot : migoo-spring-boot-starter-cvs maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>xyz.migoo.springboot</groupId>
    <artifactId>migoo-spring-boot-starter-cvs</artifactId>
    <version>1.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following xyz.migoo.springboot : migoo-spring-boot-starter-cvs gradle dependency to your build.gradle file:

implementation 'xyz.migoo.springboot:migoo-spring-boot-starter-cvs:1.1.0'

Gradle Kotlin DSL: Add the following xyz.migoo.springboot : migoo-spring-boot-starter-cvs gradle kotlin dependency to your build.gradle.kts file:

implementation("xyz.migoo.springboot:migoo-spring-boot-starter-cvs:1.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following xyz.migoo.springboot : migoo-spring-boot-starter-cvs sbt scala dependency to your build.sbt file:

libraryDependencies += "xyz.migoo.springboot" % "migoo-spring-boot-starter-cvs" % "1.1.0"