MVN

com.fireflysource : firefly-wechat

Maven & Gradle

Jun 24, 2022
1 usages
289 stars

firefly-wechat

<dependency>
    <groupId>com.fireflysource</groupId>
    <artifactId>firefly-wechat</artifactId>
    <version>5.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.fireflysource : firefly-wechat to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.2
  • Latest Alpha: 5.0.0-alpha15

All Versions

Choose a version of com.fireflysource : firefly-wechat to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
firefly-wechat-5.0.2
firefly-wechat-5.0.1
firefly-wechat-5.0.0
firefly-wechat-5.0.0-alpha15
firefly-wechat-5.0.0-alpha14
firefly-wechat-5.0.0-alpha13
firefly-wechat-5.0.0-alpha12
firefly-wechat-5.0.0-alpha11
firefly-wechat-5.0.0-alpha10
firefly-wechat-5.0.0-alpha9
firefly-wechat-5.0.0-alpha8
firefly-wechat-5.0.0-alpha7
firefly-wechat-5.0.0-alpha6
firefly-wechat-5.0.0-alpha5
firefly-wechat-5.0.0-alpha4
firefly-wechat-5.0.0-alpha3
firefly-wechat-5.0.0-alpha2
firefly-wechat-5.0.0-alpha1
firefly-wechat-5.0.0-dev6
firefly-wechat-5.0.0-dev5
firefly-wechat-5.0.0-dev4
firefly-wechat-5.0.0-dev2
firefly-wechat-5.0.0-dev1
4.9.x
firefly-wechat-4.9.5
firefly-wechat-4.9.4
firefly-wechat-4.9.3
firefly-wechat-4.9.2
firefly-wechat-4.9.1
4.8.x
firefly-wechat-4.8.1
firefly-wechat-4.8.0

How to add a dependency to Maven

Add the following com.fireflysource : firefly-wechat maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.fireflysource</groupId>
    <artifactId>firefly-wechat</artifactId>
    <version>5.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.fireflysource : firefly-wechat gradle dependency to your build.gradle file:

implementation 'com.fireflysource:firefly-wechat:5.0.2'

Gradle Kotlin DSL: Add the following com.fireflysource : firefly-wechat gradle kotlin dependency to your build.gradle.kts file:

implementation("com.fireflysource:firefly-wechat:5.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.fireflysource : firefly-wechat sbt scala dependency to your build.sbt file:

libraryDependencies += "com.fireflysource" % "firefly-wechat" % "5.0.2"

Advertisement