MVN

com.zjiecode : wxpusher-client

Maven & Gradle

Nov 03, 2019
656 stars

wxpusher-client · 微信消息实时推送服务[WxPusher],可以通过API实时给个人微信推送消息,详情请看:http://wxpusher.zjiecode.com/。

<dependency>
    <groupId>com.zjiecode</groupId>
    <artifactId>wxpusher-client</artifactId>
    <version>2.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.zjiecode : wxpusher-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.1

All Versions

Choose a version of com.zjiecode : wxpusher-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
wxpusher-client-2.1.1
wxpusher-client-2.1.0
2.0.x
wxpusher-client-2.0.0
1.0.x
wxpusher-client-1.0.4
wxpusher-client-1.0.3

How to add a dependency to Maven

Add the following com.zjiecode : wxpusher-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.zjiecode</groupId>
    <artifactId>wxpusher-client</artifactId>
    <version>2.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.zjiecode : wxpusher-client gradle dependency to your build.gradle file:

implementation 'com.zjiecode:wxpusher-client:2.1.1'

Gradle Kotlin DSL: Add the following com.zjiecode : wxpusher-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.zjiecode:wxpusher-client:2.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.zjiecode : wxpusher-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.zjiecode" % "wxpusher-client" % "2.1.1"