License |
License |
---|---|
GroupId | GroupIdcom.github.lqccan |
ArtifactId | ArtifactIdwechat-work-bot |
Version | Version1.3 |
Type | Typejar |
Description |
Descriptionwechat-work-bot
a sdk for wechat work bot
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
wechat-work-bot-1.3.pom | |
wechat-work-bot-1.3.jar | 16 KB |
wechat-work-bot-1.3-sources.jar | 7 KB |
wechat-work-bot-1.3-javadoc.jar | 79 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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lqccan/wechat-work-bot/
implementation 'com.github.lqccan:wechat-work-bot:1.3'
// https://jarcasting.com/artifacts/com.github.lqccan/wechat-work-bot/
implementation ("com.github.lqccan:wechat-work-bot:1.3")
'com.github.lqccan:wechat-work-bot:jar:1.3'
<dependency org="com.github.lqccan" name="wechat-work-bot" rev="1.3">
<artifact name="wechat-work-bot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lqccan', module='wechat-work-bot', version='1.3')
)
libraryDependencies += "com.github.lqccan" % "wechat-work-bot" % "1.3"
[com.github.lqccan/wechat-work-bot "1.3"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.8 |
com.alibaba : fastjson | jar | 1.2.62 |
cn.hutool : hutool-all | jar | 5.6.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |