w

wechatpay-apache-httpclient

An Apache HttpClient decorator for WeChat Pay's API
https://github.com/wechatpay-apiv3/wechatpay-apache-httpclient
The Apache Software License, Version 2.0
WeChat Pay APIv3 Team
文件下载
文件名 操作
wechatpay-apache-httpclient-0.4.1.jar 下载
wechatpay-apache-httpclient-0.4.1.pom 下载
wechatpay-apache-httpclient-0.4.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.wechatpay-apiv3</groupId>
  <artifactId>wechatpay-apache-httpclient</artifactId>
  <version>0.4.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.wechatpay-apiv3:wechatpay-apache-httpclient:0.4.1'
Gradle Kotlin
implementation("com.github.wechatpay-apiv3:wechatpay-apache-httpclient:0.4.1")
Scala SBT
libraryDependencies += "com.github.wechatpay-apiv3" % "wechatpay-apache-httpclient" % "0.4.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.wechatpay-apiv3', module='wechatpay-apache-httpclient', version='0.4.1')
)
Apache Ivy
<dependency org="com.github.wechatpay-apiv3" name="wechatpay-apache-httpclient" rev="0.4.1" />
Leiningen
[com.github.wechatpay-apiv3/wechatpay-apache-httpclient "0.4.1"]
Apache Buildr
'com.github.wechatpay-apiv3:wechatpay-apache-httpclient:jar:0.4.1'