is not current version
Last Version 2.6.6

cn.ucloud.ufile:ufile-core 2.4.2


GroupId

GroupId

cn.ucloud.ufile
ArtifactId

ArtifactId

ufile-core
Version

Version

2.4.2
Type

Type

jar

Download ufile-core 2.4.2


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