MVN

net.jlxxw : wechat-common

Maven & Gradle

Feb 05, 2024

wechat-common · 微信公众号基础类包,微信项目入参数封装

<dependency>
    <groupId>net.jlxxw</groupId>
    <artifactId>wechat-common</artifactId>
    <version>2.0.1.20231216</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.jlxxw : wechat-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.1.20231216

All Versions

Choose a version of net.jlxxw : wechat-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
wechat-common-2.0.1.20231216

How to add a dependency to Maven

Add the following net.jlxxw : wechat-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.jlxxw</groupId>
    <artifactId>wechat-common</artifactId>
    <version>2.0.1.20231216</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.jlxxw : wechat-common gradle dependency to your build.gradle file:

implementation 'net.jlxxw:wechat-common:2.0.1.20231216'

Gradle Kotlin DSL: Add the following net.jlxxw : wechat-common gradle kotlin dependency to your build.gradle.kts file:

implementation("net.jlxxw:wechat-common:2.0.1.20231216")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.jlxxw : wechat-common sbt scala dependency to your build.sbt file:

libraryDependencies += "net.jlxxw" % "wechat-common" % "2.0.1.20231216"