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