MVN

cn.fntop : fn-weixin

Maven & Gradle

Mar 18, 2023

spring-boot-starter-weixin · spring boot starter for JFinal weixin

<dependency>
    <groupId>cn.fntop</groupId>
    <artifactId>fn-weixin</artifactId>
    <version>2.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.fntop : fn-weixin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.0

All Versions

Choose a version of cn.fntop : fn-weixin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
fn-weixin-2.3.0
2.2.x
fn-weixin-2.2.6
2.1.x
fn-weixin-2.1.5
fn-weixin-2.1.4
fn-weixin-2.1.3
fn-weixin-2.1.2
fn-weixin-2.1.1
fn-weixin-2.1.0
2.0.x
fn-weixin-2.0.2
fn-weixin-2.0.1

How to add a dependency to Maven

Add the following cn.fntop : fn-weixin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.fntop</groupId>
    <artifactId>fn-weixin</artifactId>
    <version>2.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.fntop : fn-weixin gradle dependency to your build.gradle file:

implementation 'cn.fntop:fn-weixin:2.3.0'

Gradle Kotlin DSL: Add the following cn.fntop : fn-weixin gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.fntop:fn-weixin:2.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.fntop : fn-weixin sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.fntop" % "fn-weixin" % "2.3.0"

Advertisement