GroupId | GroupIdme.zhenxin |
---|---|
ArtifactId | ArtifactIdqqbot-sdk |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
qqbot-sdk-1.0.2.pom | |
qqbot-sdk-1.0.2.jar | 7 KB |
qqbot-sdk-1.0.2-sources.jar | 5 KB |
qqbot-sdk-1.0.2-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.zhenxin/qqbot-sdk/ -->
<dependency>
<groupId>me.zhenxin</groupId>
<artifactId>qqbot-sdk</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/me.zhenxin/qqbot-sdk/
implementation 'me.zhenxin:qqbot-sdk:1.0.2'
// https://jarcasting.com/artifacts/me.zhenxin/qqbot-sdk/
implementation ("me.zhenxin:qqbot-sdk:1.0.2")
'me.zhenxin:qqbot-sdk:jar:1.0.2'
<dependency org="me.zhenxin" name="qqbot-sdk" rev="1.0.2">
<artifact name="qqbot-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.zhenxin', module='qqbot-sdk', version='1.0.2')
)
libraryDependencies += "me.zhenxin" % "qqbot-sdk" % "1.0.2"
[me.zhenxin/qqbot-sdk "1.0.2"]