GroupId | GroupIdcn.linham |
---|---|
ArtifactId | ArtifactIdbeecloud-service-core |
Version | Version5.6.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.linham/beecloud-service-core/ -->
<dependency>
<groupId>cn.linham</groupId>
<artifactId>beecloud-service-core</artifactId>
<version>5.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.linham/beecloud-service-core/
implementation 'cn.linham:beecloud-service-core:5.6.1'
// https://jarcasting.com/artifacts/cn.linham/beecloud-service-core/
implementation ("cn.linham:beecloud-service-core:5.6.1")
'cn.linham:beecloud-service-core:jar:5.6.1'
<dependency org="cn.linham" name="beecloud-service-core" rev="5.6.1">
<artifact name="beecloud-service-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.linham', module='beecloud-service-core', version='5.6.1')
)
libraryDependencies += "cn.linham" % "beecloud-service-core" % "5.6.1"
[cn.linham/beecloud-service-core "5.6.1"]