com.github.kischang:fastdfs-client

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.kischang
ArtifactId

ArtifactId

fastdfs-client
Last Version

Last Version

0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Source Code Management

Source Code Management

https://github.com/kisChang/fastdfs-client

Download fastdfs-client

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.kischang/fastdfs-client/ -->
<dependency>
    <groupId>com.github.kischang</groupId>
    <artifactId>fastdfs-client</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kischang/fastdfs-client/
implementation 'com.github.kischang:fastdfs-client:0.1'
// https://jarcasting.com/artifacts/com.github.kischang/fastdfs-client/
implementation ("com.github.kischang:fastdfs-client:0.1")
'com.github.kischang:fastdfs-client:jar:0.1'
<dependency org="com.github.kischang" name="fastdfs-client" rev="0.1">
  <artifact name="fastdfs-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kischang', module='fastdfs-client', version='0.1')
)
libraryDependencies += "com.github.kischang" % "fastdfs-client" % "0.1"
[com.github.kischang/fastdfs-client "0.1"]

Dependencies

compile (3)

Group / Artifact Type Version
org.springframework : spring-beans jar 4.2.1.RELEASE
org.springframework : spring-context jar 4.2.1.RELEASE
commons-pool : commons-pool jar 1.6

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.springframework : spring-test jar 4.2.1.RELEASE

Project Modules

There are no modules declared in this project.

FastDFS java client SDK

简介:

  1. 支持Spring
  2. Commons-pool 连接池

Maven 引用:

<dependency>
	<groupId>com.github.kischang</groupId>
	<artifactId>fastdfs-client</artifactId>
	<version>0.1</version>
</dependency>

Versions

Version
0.1