Files download
File Operation
aliyun-ext-2.1.4.jar download
aliyun-ext-2.1.4.pom download
aliyun-ext-2.1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.spring-boot-ext</groupId>
  <artifactId>aliyun-ext</artifactId>
  <version>2.1.4</version>
</dependency>
Gradle Groovy
implementation 'com.github.spring-boot-ext:aliyun-ext:2.1.4'
Gradle Kotlin
implementation("com.github.spring-boot-ext:aliyun-ext:2.1.4")
Scala SBT
libraryDependencies += "com.github.spring-boot-ext" % "aliyun-ext" % "2.1.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.spring-boot-ext', module='aliyun-ext', version='2.1.4')
)
Apache Ivy
<dependency org="com.github.spring-boot-ext" name="aliyun-ext" rev="2.1.4" />
Leiningen
[com.github.spring-boot-ext/aliyun-ext "2.1.4"]
Apache Buildr
'com.github.spring-boot-ext:aliyun-ext:jar:2.1.4'