How to add a dependency to Maven
Add the following com.github.a497771654 : weixin-popular maven dependency to the pom.xml
file with your favorite IDE (IntelliJ / Eclipse / Netbeans):
<dependency>
<groupId>com.github.a497771654</groupId>
<artifactId>weixin-popular</artifactId>
<version>2.8.43</version>
</dependency>
How to add a dependency to Gradle
Gradle Groovy DSL: Add the following com.github.a497771654 : weixin-popular gradle dependency to your build.gradle
file:
implementation 'com.github.a497771654:weixin-popular:2.8.43'
Gradle Kotlin DSL: Add the following com.github.a497771654 : weixin-popular gradle kotlin dependency to your build.gradle.kts
file:
implementation("com.github.a497771654:weixin-popular:2.8.43")
How to add a dependency to SBT Scala
SBT Scala: Add the following com.github.a497771654 : weixin-popular sbt scala dependency to your build.sbt
file:
libraryDependencies += "com.github.a497771654" % "weixin-popular" % "2.8.43"