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