MVN

org.anyline : anyboot-weixin

Maven & Gradle

Dec 21, 2019

anyboot-weixin

<dependency>
    <groupId>org.anyline</groupId>
    <artifactId>anyboot-weixin</artifactId>
    <version>8.3.6.211</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.anyline : anyboot-weixin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.3.6.211

All Versions

Choose a version of org.anyline : anyboot-weixin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.3.x
anyboot-weixin-8.3.6.211
anyboot-weixin-8.3.6.210
anyboot-weixin-8.3.6.200
2.2.x
anyboot-weixin-2.2.2.835
anyboot-weixin-2.2.2.833
anyboot-weixin-2.2.2.832
anyboot-weixin-2.2.2.831
2.1.x
anyboot-weixin-2.1.1.836
anyboot-weixin-2.1.1.835
2.0.x
anyboot-weixin-2.0.6.835
anyboot-weixin-2.0.6.833
anyboot-weixin-2.0.6.831
anyboot-weixin-2.0.6.832
anyboot-weixin-2.0.5.835
anyboot-weixin-2.0.3.835
anyboot-weixin-2.0.1.835

How to add a dependency to Maven

Add the following org.anyline : anyboot-weixin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.anyline</groupId>
    <artifactId>anyboot-weixin</artifactId>
    <version>8.3.6.211</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.anyline : anyboot-weixin gradle dependency to your build.gradle file:

implementation 'org.anyline:anyboot-weixin:8.3.6.211'

Gradle Kotlin DSL: Add the following org.anyline : anyboot-weixin gradle kotlin dependency to your build.gradle.kts file:

implementation("org.anyline:anyboot-weixin:8.3.6.211")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.anyline : anyboot-weixin sbt scala dependency to your build.sbt file:

libraryDependencies += "org.anyline" % "anyboot-weixin" % "8.3.6.211"

Advertisement