GroupId | GroupIdtop.zenyoung |
---|---|
ArtifactId | ArtifactIdzenyoung-wechat-service |
Version | Version1.8.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/top.zenyoung/zenyoung-wechat-service/ -->
<dependency>
<groupId>top.zenyoung</groupId>
<artifactId>zenyoung-wechat-service</artifactId>
<version>1.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/top.zenyoung/zenyoung-wechat-service/
implementation 'top.zenyoung:zenyoung-wechat-service:1.8.1'
// https://jarcasting.com/artifacts/top.zenyoung/zenyoung-wechat-service/
implementation ("top.zenyoung:zenyoung-wechat-service:1.8.1")
'top.zenyoung:zenyoung-wechat-service:jar:1.8.1'
<dependency org="top.zenyoung" name="zenyoung-wechat-service" rev="1.8.1">
<artifact name="zenyoung-wechat-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.zenyoung', module='zenyoung-wechat-service', version='1.8.1')
)
libraryDependencies += "top.zenyoung" % "zenyoung-wechat-service" % "1.8.1"
[top.zenyoung/zenyoung-wechat-service "1.8.1"]