MVN

com.tmsps : ne4weixin

Maven & Gradle

Mar 17, 2023

ne4weixin · Ne4WeiXin For Spring is good :)

<dependency>
    <groupId>com.tmsps</groupId>
    <artifactId>ne4weixin</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tmsps : ne4weixin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of com.tmsps : ne4weixin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
ne4weixin-2.0.0
1.7.x
ne4weixin-1.7.1
1.7
ne4weixin-1.7
1.6
ne4weixin-1.6
1.5
ne4weixin-1.5
1.4
ne4weixin-1.4
1.3
ne4weixin-1.3
1.2
ne4weixin-1.2
1.0
ne4weixin-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.tmsps</groupId>
    <artifactId>ne4weixin</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tmsps : ne4weixin gradle dependency to your build.gradle file:

implementation 'com.tmsps:ne4weixin:2.0.0'

Gradle Kotlin DSL: Add the following com.tmsps : ne4weixin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tmsps:ne4weixin:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tmsps : ne4weixin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tmsps" % "ne4weixin" % "2.0.0"