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