License |
License |
---|---|
GroupId | GroupIdcn.felord |
ArtifactId | ArtifactIdwePay |
Last Version | Last Version1.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionwePay
轻量级微信支付组件 只需要简单配置参数 使你能专注于具体支付业务的实现
|
Project URL |
Project URL |
Filename | Size |
---|---|
wePay-1.0.4.pom | |
wePay-1.0.4.jar | 2 MB |
wePay-1.0.4-sources.jar | 2 MB |
wePay-1.0.4-javadoc.jar | 16 MB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.felord/wePay/ -->
<dependency>
<groupId>cn.felord</groupId>
<artifactId>wePay</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/cn.felord/wePay/
implementation 'cn.felord:wePay:1.0.4'
// https://jarcasting.com/artifacts/cn.felord/wePay/
implementation ("cn.felord:wePay:1.0.4")
'cn.felord:wePay:jar:1.0.4'
<dependency org="cn.felord" name="wePay" rev="1.0.4">
<artifact name="wePay" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.felord', module='wePay', version='1.0.4')
)
libraryDependencies += "cn.felord" % "wePay" % "1.0.4"
[cn.felord/wePay "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
org.apache.commons : commons-lang3 | jar | 3.5 |
org.apache.httpcomponents : httpclient | jar | 4.5.3 |
dom4j : dom4j | jar | 1.6.1 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.8.8 |
javax.servlet : javax.servlet-api | jar | 3.1.0 |
com.google.zxing : core | jar | 3.0.0 |
com.google.zxing : javase | jar | 3.0.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |