GroupId | GroupIdme.gaigeshen.wechat |
---|---|
ArtifactId | ArtifactIdwechat-pay |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
wechat-pay-1.1.0.pom | |
wechat-pay-1.1.0.jar | 58 KB |
wechat-pay-1.1.0-sources.jar | 33 KB |
wechat-pay-1.1.0-javadoc.jar | 230 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.gaigeshen.wechat/wechat-pay/ -->
<dependency>
<groupId>me.gaigeshen.wechat</groupId>
<artifactId>wechat-pay</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.gaigeshen.wechat/wechat-pay/
implementation 'me.gaigeshen.wechat:wechat-pay:1.1.0'
// https://jarcasting.com/artifacts/me.gaigeshen.wechat/wechat-pay/
implementation ("me.gaigeshen.wechat:wechat-pay:1.1.0")
'me.gaigeshen.wechat:wechat-pay:jar:1.1.0'
<dependency org="me.gaigeshen.wechat" name="wechat-pay" rev="1.1.0">
<artifact name="wechat-pay" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.gaigeshen.wechat', module='wechat-pay', version='1.1.0')
)
libraryDependencies += "me.gaigeshen.wechat" % "wechat-pay" % "1.1.0"
[me.gaigeshen.wechat/wechat-pay "1.1.0"]