MVN

xyz.xuminghai : aliyundrive-client-spring-boot-starter

Maven & Gradle

Dec 10, 2021

这是一个基于WebFlux.WebClient的阿里云盘客户端

<dependency>
    <groupId>xyz.xuminghai</groupId>
    <artifactId>aliyundrive-client-spring-boot-starter</artifactId>
    <version>0.0.7-alpha</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of xyz.xuminghai : aliyundrive-client-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.7-alpha
  • Latest Alpha: 0.0.7-alpha

All Versions

Choose a version of xyz.xuminghai : aliyundrive-client-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
aliyundrive-client-spring-boot-starter-0.0.7-alpha
aliyundrive-client-spring-boot-starter-0.0.6-alpha
aliyundrive-client-spring-boot-starter-0.0.5-alpha
aliyundrive-client-spring-boot-starter-0.0.4-alpha

How to add a dependency to Maven

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

<dependency>
    <groupId>xyz.xuminghai</groupId>
    <artifactId>aliyundrive-client-spring-boot-starter</artifactId>
    <version>0.0.7-alpha</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following xyz.xuminghai : aliyundrive-client-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'xyz.xuminghai:aliyundrive-client-spring-boot-starter:0.0.7-alpha'

Gradle Kotlin DSL: Add the following xyz.xuminghai : aliyundrive-client-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("xyz.xuminghai:aliyundrive-client-spring-boot-starter:0.0.7-alpha")

How to add a dependency to SBT Scala

SBT Scala: Add the following xyz.xuminghai : aliyundrive-client-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "xyz.xuminghai" % "aliyundrive-client-spring-boot-starter" % "0.0.7-alpha"

Advertisement