is not current version
Last Version 2.6.6

cn.ucloud.ufile:ufile 2.0.6

UFile SDK for Java

GroupId

GroupId

cn.ucloud.ufile
ArtifactId

ArtifactId

ufile
Version

Version

2.0.6
Type

Type

pom

Download ufile 2.0.6

Filename Size
ufile-2.0.6.pom 5 KB
Browse

<!-- https://jarcasting.com/artifacts/cn.ucloud.ufile/ufile/ -->
<dependency>
    <groupId>cn.ucloud.ufile</groupId>
    <artifactId>ufile</artifactId>
    <version>2.0.6</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.ucloud.ufile/ufile/
implementation 'cn.ucloud.ufile:ufile:2.0.6'
// https://jarcasting.com/artifacts/cn.ucloud.ufile/ufile/
implementation ("cn.ucloud.ufile:ufile:2.0.6")
'cn.ucloud.ufile:ufile:pom:2.0.6'
<dependency org="cn.ucloud.ufile" name="ufile" rev="2.0.6">
  <artifact name="ufile" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.ucloud.ufile', module='ufile', version='2.0.6')
)
libraryDependencies += "cn.ucloud.ufile" % "ufile" % "2.0.6"
[cn.ucloud.ufile/ufile "2.0.6"]