MVN

com.github.sd4324530 : fastweixin

Maven & Gradle

May 10, 2017
781 stars

fastweixin · quickly department weixin server

<dependency>
    <groupId>com.github.sd4324530</groupId>
    <artifactId>fastweixin</artifactId>
    <version>1.3.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.sd4324530 : fastweixin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.15

All Versions

Choose a version of com.github.sd4324530 : fastweixin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
fastweixin-1.3.15
fastweixin-1.3.14
fastweixin-1.3.13
fastweixin-1.3.12
fastweixin-1.3.11
fastweixin-1.3.10
fastweixin-1.3.9
fastweixin-1.3.8
fastweixin-1.3.7
fastweixin-1.3.6
fastweixin-1.3.5
fastweixin-1.3.4
fastweixin-1.3.3
fastweixin-1.3.2
fastweixin-1.3.1
fastweixin-1.3.0
1.2.x
fastweixin-1.2.10
fastweixin-1.2.9
fastweixin-1.2.8
fastweixin-1.2.7
fastweixin-1.2.6
fastweixin-1.2.5
fastweixin-1.2.4
fastweixin-1.2.3
fastweixin-1.2.2
fastweixin-1.2.1
fastweixin-1.2.0
1.1.x
fastweixin-1.1.3
fastweixin-1.1.2
fastweixin-1.1.1
1.1
fastweixin-1.1
1.0
fastweixin-1.0

How to add a dependency to Maven

Add the following com.github.sd4324530 : fastweixin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.sd4324530</groupId>
    <artifactId>fastweixin</artifactId>
    <version>1.3.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.sd4324530 : fastweixin gradle dependency to your build.gradle file:

implementation 'com.github.sd4324530:fastweixin:1.3.15'

Gradle Kotlin DSL: Add the following com.github.sd4324530 : fastweixin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.sd4324530:fastweixin:1.3.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.sd4324530 : fastweixin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.sd4324530" % "fastweixin" % "1.3.15"

Advertisement