is not current version
Last Version 1.0.4

cn.felord:wePay 1.0.2

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

GroupId

GroupId

cn.felord
ArtifactId

ArtifactId

wePay
Version

Version

1.0.2
Type

Type

jar

Download wePay 1.0.2


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