MVN

com.iih5 : smart-wechat

Maven & Gradle

Aug 20, 2016
0 stars

smart-wechat · 这是个微信公众号开发的java微框架,旨在帮助开发者快速实现公众号开发

<dependency>
    <groupId>com.iih5</groupId>
    <artifactId>smart-wechat</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0

All Versions

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

Version Vulnerabilities Updated
1.0
smart-wechat-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.iih5</groupId>
    <artifactId>smart-wechat</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.iih5:smart-wechat:1.0'

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

implementation("com.iih5:smart-wechat:1.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.iih5" % "smart-wechat" % "1.0"

Advertisement