License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdio.github.pactstart |
ArtifactId | ArtifactIdaliyun-sts-spring-boot-starter |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionaliyun-sts-spring-boot-starter
阿里云STS(Security Token Service)通过spring-boot-starter的方式封装,主要用于获取临时访问令牌,例如OSS(Object Storage Service)web端或移动端直传。
|
<!-- https://jarcasting.com/artifacts/io.github.pactstart/aliyun-sts-spring-boot-starter/ -->
<dependency>
<groupId>io.github.pactstart</groupId>
<artifactId>aliyun-sts-spring-boot-starter</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.pactstart/aliyun-sts-spring-boot-starter/
implementation 'io.github.pactstart:aliyun-sts-spring-boot-starter:1.0.0'
// https://jarcasting.com/artifacts/io.github.pactstart/aliyun-sts-spring-boot-starter/
implementation ("io.github.pactstart:aliyun-sts-spring-boot-starter:1.0.0")
'io.github.pactstart:aliyun-sts-spring-boot-starter:jar:1.0.0'
<dependency org="io.github.pactstart" name="aliyun-sts-spring-boot-starter" rev="1.0.0">
<artifact name="aliyun-sts-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.pactstart', module='aliyun-sts-spring-boot-starter', version='1.0.0')
)
libraryDependencies += "io.github.pactstart" % "aliyun-sts-spring-boot-starter" % "1.0.0"
[io.github.pactstart/aliyun-sts-spring-boot-starter "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.aliyun : aliyun-java-sdk-sts | jar | 2.1.6 |
com.aliyun : aliyun-java-sdk-core | jar | 4.0.3 |
org.springframework.boot : spring-boot-starter | jar | 1.5.6.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 1.5.6.RELEASE |
org.slf4j : slf4j-api | jar | 1.7.12 |