Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.secbr |
ArtifactId | ArtifactIdfastdfs-client-plus |
Version | Version1.0.0-Release |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.secbr/fastdfs-client-plus/ -->
<dependency>
<groupId>com.github.secbr</groupId>
<artifactId>fastdfs-client-plus</artifactId>
<version>1.0.0-Release</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.secbr/fastdfs-client-plus/
implementation 'com.github.secbr:fastdfs-client-plus:1.0.0-Release'
// https://jarcasting.com/artifacts/com.github.secbr/fastdfs-client-plus/
implementation ("com.github.secbr:fastdfs-client-plus:1.0.0-Release")
'com.github.secbr:fastdfs-client-plus:jar:1.0.0-Release'
<dependency org="com.github.secbr" name="fastdfs-client-plus" rev="1.0.0-Release">
<artifact name="fastdfs-client-plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.secbr', module='fastdfs-client-plus', version='1.0.0-Release')
)
libraryDependencies += "com.github.secbr" % "fastdfs-client-plus" % "1.0.0-Release"
[com.github.secbr/fastdfs-client-plus "1.0.0-Release"]