ali-oss
make ali oss easy to use in springboot.
正在开发中,请勿使用
License |
License |
---|---|
GroupId | GroupIdcom.liumapp.ali |
ArtifactId | ArtifactIdali-oss |
Last Version | Last Versionv1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionali-oss
make ali oss easy to use in springboot
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ali-oss-v1.0.0.pom | |
ali-oss-v1.0.0.jar | 6 KB |
ali-oss-v1.0.0-sources.jar | 5 KB |
ali-oss-v1.0.0-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.liumapp.ali/ali-oss/ -->
<dependency>
<groupId>com.liumapp.ali</groupId>
<artifactId>ali-oss</artifactId>
<version>v1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.liumapp.ali/ali-oss/
implementation 'com.liumapp.ali:ali-oss:v1.0.0'
// https://jarcasting.com/artifacts/com.liumapp.ali/ali-oss/
implementation ("com.liumapp.ali:ali-oss:v1.0.0")
'com.liumapp.ali:ali-oss:jar:v1.0.0'
<dependency org="com.liumapp.ali" name="ali-oss" rev="v1.0.0">
<artifact name="ali-oss" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liumapp.ali', module='ali-oss', version='v1.0.0')
)
libraryDependencies += "com.liumapp.ali" % "ali-oss" % "v1.0.0"
[com.liumapp.ali/ali-oss "v1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 1.5.6.RELEASE |
com.aliyun.oss : aliyun-sdk-oss | jar | 2.3.0 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 1.5.6.RELEASE |
make ali oss easy to use in springboot.
正在开发中,请勿使用