MVN

com.github.wechatpay-apiv3 : wechatpay-apache-httpclient

Maven & Gradle

Jan 13, 2023
6 usages
633 stars

wechatpay-apache-httpclient · An Apache HttpClient decorator for WeChat Pay's API

<dependency>
    <groupId>com.github.wechatpay-apiv3</groupId>
    <artifactId>wechatpay-apache-httpclient</artifactId>
    <version>0.4.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.wechatpay-apiv3 : wechatpay-apache-httpclient to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.9

All Versions

Choose a version of com.github.wechatpay-apiv3 : wechatpay-apache-httpclient to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
wechatpay-apache-httpclient-0.4.9
wechatpay-apache-httpclient-0.4.8
wechatpay-apache-httpclient-0.4.7
wechatpay-apache-httpclient-0.4.6
wechatpay-apache-httpclient-0.4.5
wechatpay-apache-httpclient-0.4.4
wechatpay-apache-httpclient-0.4.3
wechatpay-apache-httpclient-0.4.2
wechatpay-apache-httpclient-0.4.1
wechatpay-apache-httpclient-0.4.0
0.3.x
wechatpay-apache-httpclient-0.3.0
0.2.x
wechatpay-apache-httpclient-0.2.3
wechatpay-apache-httpclient-0.2.2
wechatpay-apache-httpclient-0.2.1
wechatpay-apache-httpclient-0.2.0

How to add a dependency to Maven

Add the following com.github.wechatpay-apiv3 : wechatpay-apache-httpclient maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.wechatpay-apiv3</groupId>
    <artifactId>wechatpay-apache-httpclient</artifactId>
    <version>0.4.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.wechatpay-apiv3 : wechatpay-apache-httpclient gradle dependency to your build.gradle file:

implementation 'com.github.wechatpay-apiv3:wechatpay-apache-httpclient:0.4.9'

Gradle Kotlin DSL: Add the following com.github.wechatpay-apiv3 : wechatpay-apache-httpclient gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.wechatpay-apiv3:wechatpay-apache-httpclient:0.4.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.wechatpay-apiv3 : wechatpay-apache-httpclient sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.wechatpay-apiv3" % "wechatpay-apache-httpclient" % "0.4.9"

Advertisement