GroupId | GroupIdcom.github.lqccan |
---|---|
ArtifactId | ArtifactIdwechat-work-bot |
Version | Version1.4 |
Type | Typejar |
Filename | Size |
---|---|
wechat-work-bot-1.4.pom | |
wechat-work-bot-1.4.jar | 19 KB |
wechat-work-bot-1.4-sources.jar | 8 KB |
wechat-work-bot-1.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lqccan/wechat-work-bot/
implementation 'com.github.lqccan:wechat-work-bot:1.4'
// https://jarcasting.com/artifacts/com.github.lqccan/wechat-work-bot/
implementation ("com.github.lqccan:wechat-work-bot:1.4")
'com.github.lqccan:wechat-work-bot:jar:1.4'
<dependency org="com.github.lqccan" name="wechat-work-bot" rev="1.4">
<artifact name="wechat-work-bot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lqccan', module='wechat-work-bot', version='1.4')
)
libraryDependencies += "com.github.lqccan" % "wechat-work-bot" % "1.4"
[com.github.lqccan/wechat-work-bot "1.4"]