License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcn.yunlingfly |
ArtifactId | ArtifactIdqiniu-spring-boot-starter |
Version | Version0.2-RELEASE |
Type | Typejar |
Description |
Descriptionqiniu-spring-boot-starter
Demo project for Spring Boot
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/cn.yunlingfly/qiniu-spring-boot-starter/ -->
<dependency>
<groupId>cn.yunlingfly</groupId>
<artifactId>qiniu-spring-boot-starter</artifactId>
<version>0.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.yunlingfly/qiniu-spring-boot-starter/
implementation 'cn.yunlingfly:qiniu-spring-boot-starter:0.2-RELEASE'
// https://jarcasting.com/artifacts/cn.yunlingfly/qiniu-spring-boot-starter/
implementation ("cn.yunlingfly:qiniu-spring-boot-starter:0.2-RELEASE")
'cn.yunlingfly:qiniu-spring-boot-starter:jar:0.2-RELEASE'
<dependency org="cn.yunlingfly" name="qiniu-spring-boot-starter" rev="0.2-RELEASE">
<artifact name="qiniu-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.yunlingfly', module='qiniu-spring-boot-starter', version='0.2-RELEASE')
)
libraryDependencies += "cn.yunlingfly" % "qiniu-spring-boot-starter" % "0.2-RELEASE"
[cn.yunlingfly/qiniu-spring-boot-starter "0.2-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.0.4.RELEASE |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.0.4.RELEASE |
com.alibaba : fastjson | jar | 1.2.10 |
org.springframework.boot : spring-boot-starter | jar | 2.0.4.RELEASE |
com.qiniu : qiniu-java-sdk | jar | 7.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.0.4.RELEASE |