is not current version
Last Version 2.6.6

cn.ucloud.ufile:ufile-core 2.0.6


GroupId

GroupId

cn.ucloud.ufile
ArtifactId

ArtifactId

ufile-core
Version

Version

2.0.6
Type

Type

jar

Download ufile-core 2.0.6


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