x

xo-starter-fastdfs

文件下载
文件名 操作
xo-starter-fastdfs-1.0.1.jar 下载
xo-starter-fastdfs-1.0.1.pom 下载
xo-starter-fastdfs-1.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.jnoee</groupId>
  <artifactId>xo-starter-fastdfs</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.jnoee:xo-starter-fastdfs:1.0.1'
Gradle Kotlin
implementation("com.github.jnoee:xo-starter-fastdfs:1.0.1")
Scala SBT
libraryDependencies += "com.github.jnoee" % "xo-starter-fastdfs" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.jnoee', module='xo-starter-fastdfs', version='1.0.1')
)
Apache Ivy
<dependency org="com.github.jnoee" name="xo-starter-fastdfs" rev="1.0.1" />
Leiningen
[com.github.jnoee/xo-starter-fastdfs "1.0.1"]
Apache Buildr
'com.github.jnoee:xo-starter-fastdfs:jar:1.0.1'