| License |
License |
|---|---|
| GroupId | GroupIdcom.glancebar.wechat |
| ArtifactId | ArtifactIdwechat-library |
| Last Version | Last Version0.0.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSpring Boot Starter Wechat
Support some wechat utils and integrate with Spring.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| wechat-library-0.0.3.pom | |
| wechat-library-0.0.3.jar | 13 KB |
| wechat-library-0.0.3-sources.jar | 3 KB |
| wechat-library-0.0.3-javadoc.jar | 310 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.10 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-web | jar | 5.3.2 |
| com.fasterxml.jackson.module : jackson-module-kotlin | jar | 2.9.8 |