is not current version
Last Version 1.0.4

cn.felord:wePay 1.0.1

轻量级微信支付组件 只需要简单配置参数 使你能专注于具体支付业务的实现

GroupId

GroupId

cn.felord
ArtifactId

ArtifactId

wePay
Version

Version

1.0.1
Type

Type

jar

Download wePay 1.0.1


<!-- https://jarcasting.com/artifacts/cn.felord/wePay/ -->
<dependency>
    <groupId>cn.felord</groupId>
    <artifactId>wePay</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.felord/wePay/
implementation 'cn.felord:wePay:1.0.1'
// https://jarcasting.com/artifacts/cn.felord/wePay/
implementation ("cn.felord:wePay:1.0.1")
'cn.felord:wePay:jar:1.0.1'
<dependency org="cn.felord" name="wePay" rev="1.0.1">
  <artifact name="wePay" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.felord', module='wePay', version='1.0.1')
)
libraryDependencies += "cn.felord" % "wePay" % "1.0.1"
[cn.felord/wePay "1.0.1"]