Alipay MSP


License

License

BSD
GroupId

GroupId

com.belerweb
ArtifactId

ArtifactId

alipay-msp
Last Version

Last Version

20121026
Release Date

Release Date

Type

Type

jar
Description

Description

Alipay MSP
Alipay MSP
Project URL

Project URL

https://github.com/belerweb/alipay-msp
Source Code Management

Source Code Management

https://github.com/belerweb/alipay-msp.git

Download alipay-msp

How to add to project

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

Dependencies

system (1)

Group / Artifact Type Version
com.alipay » msp jar 20121026

Project Modules

There are no modules declared in this project.

Alipay MSP

支付宝快捷支付(无线) 是一种程序式的支付方式,在手机、掌上电脑等无线设备的应用程序内,买家可通过支付宝进行付款购买特定服务或商品,资金即时到账。

支付宝提供SDK(alipay_msp.jar),但是如果你的项目采用Maven管理依赖,使用此SDK便不方便。此项目仅仅是将alipay_msp.jar重新打包并发布到Maven中央库,以便Maven管理的Android项目使用。

如何使用

在pom.xml中添加如下依赖:

  <dependency>
		<groupId>com.belerweb</groupId>
		<artifactId>alipay-msp</artifactId>
		<version>20121026</version>
	</dependency>

Versions

Version
20121026