is not current version
Last Version 2.6.6

cn.ucloud.ufile:ufile-core 0.0.2


GroupId

GroupId

cn.ucloud.ufile
ArtifactId

ArtifactId

ufile-core
Version

Version

0.0.2
Type

Type

jar

Download ufile-core 0.0.2


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