MVN

cn.buk.api.wechat : weniu-service

Maven & Gradle

Jul 05, 2017
2 stars

weniu-service

<dependency>
    <groupId>cn.buk.api.wechat</groupId>
    <artifactId>weniu-service</artifactId>
    <version>1.2.30</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.buk.api.wechat : weniu-service to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.30

All Versions

Choose a version of cn.buk.api.wechat : weniu-service to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
weniu-service-1.2.30

How to add a dependency to Maven

Add the following cn.buk.api.wechat : weniu-service maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.buk.api.wechat</groupId>
    <artifactId>weniu-service</artifactId>
    <version>1.2.30</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.buk.api.wechat : weniu-service gradle dependency to your build.gradle file:

implementation 'cn.buk.api.wechat:weniu-service:1.2.30'

Gradle Kotlin DSL: Add the following cn.buk.api.wechat : weniu-service gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.buk.api.wechat:weniu-service:1.2.30")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.buk.api.wechat : weniu-service sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.buk.api.wechat" % "weniu-service" % "1.2.30"

Advertisement