MVN

io.github.rcarlosdasilva : weixin

Maven & Gradle

Mar 13, 2018
3 usages
6 stars

Aha-Weixin · 微信API封装,支持多账号操作,简单易用

<dependency>
    <groupId>io.github.rcarlosdasilva</groupId>
    <artifactId>weixin</artifactId>
    <version>0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.rcarlosdasilva : weixin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6

All Versions

Choose a version of io.github.rcarlosdasilva : weixin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6
weixin-0.6
0.5
weixin-0.5
0.4
weixin-0.4
0.3
weixin-0.3
0.2
weixin-0.2
0.1
weixin-0.1

How to add a dependency to Maven

Add the following io.github.rcarlosdasilva : weixin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.rcarlosdasilva</groupId>
    <artifactId>weixin</artifactId>
    <version>0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.rcarlosdasilva : weixin gradle dependency to your build.gradle file:

implementation 'io.github.rcarlosdasilva:weixin:0.6'

Gradle Kotlin DSL: Add the following io.github.rcarlosdasilva : weixin gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.rcarlosdasilva:weixin:0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.rcarlosdasilva : weixin sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.rcarlosdasilva" % "weixin" % "0.6"

Advertisement