MVN

fun.nibaba : nibaba-wechat-payment

Maven & Gradle

May 26, 2021
0 stars
<dependency>
    <groupId>fun.nibaba</groupId>
    <artifactId>nibaba-wechat-payment</artifactId>
    <version>0.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fun.nibaba : nibaba-wechat-payment to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.2

All Versions

Choose a version of fun.nibaba : nibaba-wechat-payment to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
nibaba-wechat-payment-0.0.2
nibaba-wechat-payment-0.0.1

How to add a dependency to Maven

Add the following fun.nibaba : nibaba-wechat-payment maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fun.nibaba</groupId>
    <artifactId>nibaba-wechat-payment</artifactId>
    <version>0.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fun.nibaba : nibaba-wechat-payment gradle dependency to your build.gradle file:

implementation 'fun.nibaba:nibaba-wechat-payment:0.0.2'

Gradle Kotlin DSL: Add the following fun.nibaba : nibaba-wechat-payment gradle kotlin dependency to your build.gradle.kts file:

implementation("fun.nibaba:nibaba-wechat-payment:0.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following fun.nibaba : nibaba-wechat-payment sbt scala dependency to your build.sbt file:

libraryDependencies += "fun.nibaba" % "nibaba-wechat-payment" % "0.0.2"

Advertisement