GroupId | GroupIdcn.linham |
---|---|
ArtifactId | ArtifactIdbeecloud-tool |
Version | Version5.6.1 |
Type | Typejar |
Filename | Size |
---|---|
beecloud-tool-5.6.1.pom | |
beecloud-tool-5.6.1.jar | 224 KB |
beecloud-tool-5.6.1-sources.jar | 925 bytes |
beecloud-tool-5.6.1-javadoc.jar | 650 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.linham/beecloud-tool/ -->
<dependency>
<groupId>cn.linham</groupId>
<artifactId>beecloud-tool</artifactId>
<version>5.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.linham/beecloud-tool/
implementation 'cn.linham:beecloud-tool:5.6.1'
// https://jarcasting.com/artifacts/cn.linham/beecloud-tool/
implementation ("cn.linham:beecloud-tool:5.6.1")
'cn.linham:beecloud-tool:jar:5.6.1'
<dependency org="cn.linham" name="beecloud-tool" rev="5.6.1">
<artifact name="beecloud-tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.linham', module='beecloud-tool', version='5.6.1')
)
libraryDependencies += "cn.linham" % "beecloud-tool" % "5.6.1"
[cn.linham/beecloud-tool "5.6.1"]