GroupId | GroupIdcn.linham |
---|---|
ArtifactId | ArtifactIdbeecloud-service-core |
Version | Version4.7 |
Type | Typejar |
Filename | Size |
---|---|
beecloud-service-core-4.7.pom | |
beecloud-service-core-4.7.jar | 72 KB |
beecloud-service-core-4.7-sources.jar | 5 KB |
beecloud-service-core-4.7-javadoc.jar | 316 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.linham/beecloud-service-core/ -->
<dependency>
<groupId>cn.linham</groupId>
<artifactId>beecloud-service-core</artifactId>
<version>4.7</version>
</dependency>
// https://jarcasting.com/artifacts/cn.linham/beecloud-service-core/
implementation 'cn.linham:beecloud-service-core:4.7'
// https://jarcasting.com/artifacts/cn.linham/beecloud-service-core/
implementation ("cn.linham:beecloud-service-core:4.7")
'cn.linham:beecloud-service-core:jar:4.7'
<dependency org="cn.linham" name="beecloud-service-core" rev="4.7">
<artifact name="beecloud-service-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.linham', module='beecloud-service-core', version='4.7')
)
libraryDependencies += "cn.linham" % "beecloud-service-core" % "4.7"
[cn.linham/beecloud-service-core "4.7"]