Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.yingzhuo |
ArtifactId | ArtifactIdfastdfs-spring-boot-starter |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.yingzhuo/fastdfs-spring-boot-starter/ -->
<dependency>
<groupId>com.github.yingzhuo</groupId>
<artifactId>fastdfs-spring-boot-starter</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yingzhuo/fastdfs-spring-boot-starter/
implementation 'com.github.yingzhuo:fastdfs-spring-boot-starter:1.0.0'
// https://jarcasting.com/artifacts/com.github.yingzhuo/fastdfs-spring-boot-starter/
implementation ("com.github.yingzhuo:fastdfs-spring-boot-starter:1.0.0")
'com.github.yingzhuo:fastdfs-spring-boot-starter:jar:1.0.0'
<dependency org="com.github.yingzhuo" name="fastdfs-spring-boot-starter" rev="1.0.0">
<artifact name="fastdfs-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yingzhuo', module='fastdfs-spring-boot-starter', version='1.0.0')
)
libraryDependencies += "com.github.yingzhuo" % "fastdfs-spring-boot-starter" % "1.0.0"
[com.github.yingzhuo/fastdfs-spring-boot-starter "1.0.0"]