is not current version
Last Version 5.8.09

cn.linham:beecloud-core 3.7

beecloud核心框架

GroupId

GroupId

cn.linham
ArtifactId

ArtifactId

beecloud-core
Version

Version

3.7
Type

Type

jar

Download beecloud-core 3.7


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