MVN

net.jlxxw : wechat-properties

Maven & Gradle

Feb 05, 2024

wechat-properties · 项目核心属性配置,即appid和secret等配置

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

Latest Version

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

  • Latest Stable: 2.0.1.20231216

All Versions

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

Version Vulnerabilities Updated
2.0.x
wechat-properties-2.0.1.20231216

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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