MVN

com.github.shijingsh : pay-java-ali

Maven & Gradle

Feb 06, 2023
4 usages
<dependency>
    <groupId>com.github.shijingsh</groupId>
    <artifactId>pay-java-ali</artifactId>
    <version>2.14.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.shijingsh : pay-java-ali to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.14.4

All Versions

Choose a version of com.github.shijingsh : pay-java-ali to add to Maven or Gradle - All Versions:

  • Version Updated
  • pay-java-ali-2.14.4

    Feb 06, 2023
  • pay-java-ali-2.14.3

    Jan 05, 2022

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.shijingsh</groupId>
    <artifactId>pay-java-ali</artifactId>
    <version>2.14.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.shijingsh : pay-java-ali gradle dependency to your build.gradle file:

implementation 'com.github.shijingsh:pay-java-ali:2.14.4'

Gradle Kotlin DSL: Add the following com.github.shijingsh : pay-java-ali gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.shijingsh:pay-java-ali:2.14.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.shijingsh : pay-java-ali sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.shijingsh" % "pay-java-ali" % "2.14.4"