License |
License |
---|---|
Categories |
CategoriesJava Languages Net |
GroupId | GroupIdnet.unmz.java.wechat.pay |
ArtifactId | ArtifactIdwechat-pay-sdk |
Last Version | Last Version1.0.13 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionwechat-pay-sdk
WeChat Pay for Java
|
Project URL |
Project URL |
Project Organization |
Project OrganizationMirry Technology |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
wechat-pay-sdk-1.0.13.pom | |
wechat-pay-sdk-1.0.13.jar | 50 KB |
wechat-pay-sdk-1.0.13-sources.jar | 41 KB |
wechat-pay-sdk-1.0.13-javadoc.jar | 292 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.unmz.java.wechat.pay/wechat-pay-sdk/ -->
<dependency>
<groupId>net.unmz.java.wechat.pay</groupId>
<artifactId>wechat-pay-sdk</artifactId>
<version>1.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/net.unmz.java.wechat.pay/wechat-pay-sdk/
implementation 'net.unmz.java.wechat.pay:wechat-pay-sdk:1.0.13'
// https://jarcasting.com/artifacts/net.unmz.java.wechat.pay/wechat-pay-sdk/
implementation ("net.unmz.java.wechat.pay:wechat-pay-sdk:1.0.13")
'net.unmz.java.wechat.pay:wechat-pay-sdk:jar:1.0.13'
<dependency org="net.unmz.java.wechat.pay" name="wechat-pay-sdk" rev="1.0.13">
<artifact name="wechat-pay-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.unmz.java.wechat.pay', module='wechat-pay-sdk', version='1.0.13')
)
libraryDependencies += "net.unmz.java.wechat.pay" % "wechat-pay-sdk" % "1.0.13"
[net.unmz.java.wechat.pay/wechat-pay-sdk "1.0.13"]
Group / Artifact | Type | Version |
---|---|---|
net.unmz.java : unmz-common-util | jar | 1.0.25 |
junit : junit | jar | 4.13.1 |