third-channel
第三方通道接口(微信)
微信支付接口,详细的微信支付文档见 https://pay.weixin.qq.com/wiki/doc/api/app/app.php?chapter=1_1
License |
License |
---|---|
Categories |
CategoriesLeaf Data Databases |
GroupId | GroupIdcom.github.treeleafj |
ArtifactId | ArtifactIdwechat |
Last Version | Last Version1.3.1.7 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionwechat
treeleaf framework
|
Filename | Size |
---|---|
wechat-1.3.1.7.pom | |
wechat-1.3.1.7.jar | 39 KB |
wechat-1.3.1.7-sources.jar | 35 KB |
wechat-1.3.1.7-javadoc.jar | 203 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.treeleafj/wechat/ -->
<dependency>
<groupId>com.github.treeleafj</groupId>
<artifactId>wechat</artifactId>
<version>1.3.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.treeleafj/wechat/
implementation 'com.github.treeleafj:wechat:1.3.1.7'
// https://jarcasting.com/artifacts/com.github.treeleafj/wechat/
implementation ("com.github.treeleafj:wechat:1.3.1.7")
'com.github.treeleafj:wechat:jar:1.3.1.7'
<dependency org="com.github.treeleafj" name="wechat" rev="1.3.1.7">
<artifact name="wechat" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.treeleafj', module='wechat', version='1.3.1.7')
)
libraryDependencies += "com.github.treeleafj" % "wechat" % "1.3.1.7"
[com.github.treeleafj/wechat "1.3.1.7"]
Group / Artifact | Type | Version |
---|---|---|
com.github.treeleafj : treeleaf-common | jar | 1.3.1.9 |
dom4j : dom4j | jar | |
org.apache.logging.log4j : log4j-slf4j-impl | jar | |
org.apache.logging.log4j : log4j-core | jar |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar |
第三方通道接口(微信)
微信支付接口,详细的微信支付文档见 https://pay.weixin.qq.com/wiki/doc/api/app/app.php?chapter=1_1