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