MVN

im.chic.weixin : weixin-utils

Maven & Gradle

Apr 27, 2015
2 stars
<dependency>
    <groupId>im.chic.weixin</groupId>
    <artifactId>weixin-utils</artifactId>
    <version>2.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of im.chic.weixin : weixin-utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.5

All Versions

Choose a version of im.chic.weixin : weixin-utils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
weixin-utils-2.0.5
weixin-utils-2.0.4
weixin-utils-2.0.3
weixin-utils-2.0.2
1.0.x
weixin-utils-1.0.7
weixin-utils-1.0.6
weixin-utils-1.0.5
weixin-utils-1.0.4
weixin-utils-1.0.1
0.0.x
weixin-utils-0.0.1

How to add a dependency to Maven

Add the following im.chic.weixin : weixin-utils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>im.chic.weixin</groupId>
    <artifactId>weixin-utils</artifactId>
    <version>2.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following im.chic.weixin : weixin-utils gradle dependency to your build.gradle file:

implementation 'im.chic.weixin:weixin-utils:2.0.5'

Gradle Kotlin DSL: Add the following im.chic.weixin : weixin-utils gradle kotlin dependency to your build.gradle.kts file:

implementation("im.chic.weixin:weixin-utils:2.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following im.chic.weixin : weixin-utils sbt scala dependency to your build.sbt file:

libraryDependencies += "im.chic.weixin" % "weixin-utils" % "2.0.5"

Advertisement