weixin sdk common

weixin sdk parent

License

License

GroupId

GroupId

com.github.shiqiyue
ArtifactId

ArtifactId

weixin-common
Last Version

Last Version

0.9.7
Release Date

Release Date

Type

Type

jar
Description

Description

weixin sdk common
weixin sdk parent

Download weixin-common

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.shiqiyue/weixin-common/ -->
<dependency>
    <groupId>com.github.shiqiyue</groupId>
    <artifactId>weixin-common</artifactId>
    <version>0.9.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shiqiyue/weixin-common/
implementation 'com.github.shiqiyue:weixin-common:0.9.7'
// https://jarcasting.com/artifacts/com.github.shiqiyue/weixin-common/
implementation ("com.github.shiqiyue:weixin-common:0.9.7")
'com.github.shiqiyue:weixin-common:jar:0.9.7'
<dependency org="com.github.shiqiyue" name="weixin-common" rev="0.9.7">
  <artifact name="weixin-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shiqiyue', module='weixin-common', version='0.9.7')
)
libraryDependencies += "com.github.shiqiyue" % "weixin-common" % "0.9.7"
[com.github.shiqiyue/weixin-common "0.9.7"]

Dependencies

compile (9)

Group / Artifact Type Version
org.apache.httpcomponents : fluent-hc jar 4.5
org.apache.httpcomponents : httpmime jar 4.5
com.google.guava : guava jar 18.0
com.fasterxml.jackson.core : jackson-databind jar 2.9.0
com.fasterxml.jackson.core : jackson-annotations jar 2.9.0
com.fasterxml.jackson.dataformat : jackson-dataformat-xml jar 2.9.0
com.fasterxml.woodstox : woodstox-core jar 5.0.3
org.slf4j : slf4j-api jar 1.7.12
commons-io : commons-io jar 2.4

test (2)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.7.12
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

微信公众平台(服务号、订阅号、企业号、小程序)、微信开放平台和微信支付JAVA SDK

Build Status Maven Central

weixin-sdk 是对微信公众平台(订阅号、服务号、企业号、小程序)、微信开放平台和微信支付的JAVA版封装:

  • 服务号,订阅号: weixin-mp
  • 企业号: weixin-qydev
  • 开放平台: weixin-open
  • 支付: weixin-pay
  • 小程序: weixin-app

API使用指南

SDK DEMO

如何获取

Maven

  • 服务号,订阅号:

     <dependency>
       <groupId>cn.com.riversoft</groupId>
       <artifactId>weixin-mp</artifactId>
       <version>${weixin-sdk.version}</version>
     </dependency>
    
  • 企业号:

     <dependency>
       <groupId>cn.com.riversoft</groupId>
       <artifactId>weixin-qydev</artifactId>
       <version>${weixin-sdk.version}</version>
     </dependency>
    
  • 开放平台:

     <dependency>
       <groupId>cn.com.riversoft</groupId>
       <artifactId>weixin-open</artifactId>
       <version>${weixin-sdk.version}</version>
     </dependency>
    
  • 支付:

     <dependency>
       <groupId>cn.com.riversoft</groupId>
       <artifactId>weixin-pay</artifactId>
       <version>${weixin-sdk.version}</version>
     </dependency>
    
  • 小程序:

     <dependency>
       <groupId>cn.com.riversoft</groupId>
       <artifactId>weixin-app</artifactId>
       <version>${weixin-sdk.version}</version>
     </dependency>	   
    

也可以直接从Maven中央仓库获取SNAPSHOT版本。

JitPack

或者使用:JitPack,比如:

<repositories>
	<repository>
	    <id>jitpack.io</id>
	    <url>https://jitpack.io</url>
	</repository>
</repositories>

<dependency>
    <groupId>com.github.borball.weixin-sdk</groupId>
    <artifactId>weixin-mp</artifactId>
    <version>${weixin-sdk.version}</version>
</dependency>

Versions

Version
0.9.7