Spring Boot Starter Wechat

Support some wechat utils and integrate with Spring.

License

License

GroupId

GroupId

com.glancebar.wechat
ArtifactId

ArtifactId

wechat-library
Last Version

Last Version

0.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

Spring Boot Starter Wechat
Support some wechat utils and integrate with Spring.
Project URL

Project URL

https://github.com/yisen-cai/spring-wechat/tree/main/wechat-library
Source Code Management

Source Code Management

https://github.com/yisen-cai/spring-wechat

Download wechat-library

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.5.10

runtime (2)

Group / Artifact Type Version
org.springframework : spring-web jar 5.3.2
com.fasterxml.jackson.module : jackson-module-kotlin jar 2.9.8

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.3
0.0.2
0.0.1