GroupId | GroupIdio.gitee.zhengchengdong |
---|---|
ArtifactId | ArtifactIdbots |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
bots-1.2.0.pom | |
bots-1.2.0.jar | 21 KB |
bots-1.2.0-sources.jar | 8 KB |
bots-1.2.0-javadoc.jar | 119 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.gitee.zhengchengdong/bots/ -->
<dependency>
<groupId>io.gitee.zhengchengdong</groupId>
<artifactId>bots</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.gitee.zhengchengdong/bots/
implementation 'io.gitee.zhengchengdong:bots:1.2.0'
// https://jarcasting.com/artifacts/io.gitee.zhengchengdong/bots/
implementation ("io.gitee.zhengchengdong:bots:1.2.0")
'io.gitee.zhengchengdong:bots:jar:1.2.0'
<dependency org="io.gitee.zhengchengdong" name="bots" rev="1.2.0">
<artifact name="bots" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.gitee.zhengchengdong', module='bots', version='1.2.0')
)
libraryDependencies += "io.gitee.zhengchengdong" % "bots" % "1.2.0"
[io.gitee.zhengchengdong/bots "1.2.0"]