GroupId | GroupIdcom.github.lqccan |
---|---|
ArtifactId | ArtifactIdwechat-work-bot |
Version | Version1.5 |
Type | Typejar |
Filename | Size |
---|---|
wechat-work-bot-1.5.pom | |
wechat-work-bot-1.5.jar | 20 KB |
wechat-work-bot-1.5-sources.jar | 8 KB |
wechat-work-bot-1.5-javadoc.jar | 82 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.lqccan/wechat-work-bot/ -->
<dependency>
<groupId>com.github.lqccan</groupId>
<artifactId>wechat-work-bot</artifactId>
<version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lqccan/wechat-work-bot/
implementation 'com.github.lqccan:wechat-work-bot:1.5'
// https://jarcasting.com/artifacts/com.github.lqccan/wechat-work-bot/
implementation ("com.github.lqccan:wechat-work-bot:1.5")
'com.github.lqccan:wechat-work-bot:jar:1.5'
<dependency org="com.github.lqccan" name="wechat-work-bot" rev="1.5">
<artifact name="wechat-work-bot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lqccan', module='wechat-work-bot', version='1.5')
)
libraryDependencies += "com.github.lqccan" % "wechat-work-bot" % "1.5"
[com.github.lqccan/wechat-work-bot "1.5"]