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