MVN

com.niezhiliang.easy.pay : easy-pay

Maven & Gradle

Dec 31, 2019
105 stars

easy-pay · 一行代码,一行代码解决支付宝和微信的二维码生成,支付回调,退款等功能

<dependency>
    <groupId>com.niezhiliang.easy.pay</groupId>
    <artifactId>easy-pay</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.niezhiliang.easy.pay : easy-pay to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of com.niezhiliang.easy.pay : easy-pay to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
easy-pay-1.1.0
1.0.x
easy-pay-1.0.2
easy-pay-1.0.1
easy-pay-1.0.0

How to add a dependency to Maven

Add the following com.niezhiliang.easy.pay : easy-pay maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.niezhiliang.easy.pay</groupId>
    <artifactId>easy-pay</artifactId>
    <version>1.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.niezhiliang.easy.pay : easy-pay gradle dependency to your build.gradle file:

implementation 'com.niezhiliang.easy.pay:easy-pay:1.1.0'

Gradle Kotlin DSL: Add the following com.niezhiliang.easy.pay : easy-pay gradle kotlin dependency to your build.gradle.kts file:

implementation("com.niezhiliang.easy.pay:easy-pay:1.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.niezhiliang.easy.pay : easy-pay sbt scala dependency to your build.sbt file:

libraryDependencies += "com.niezhiliang.easy.pay" % "easy-pay" % "1.1.0"