| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices |
| GroupId | GroupIdio.github.limengning |
| ArtifactId | ArtifactIdspring-boot-wechat |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionspring-boot-wechat
Wechat integration for spring boot.
|
| Filename | Size |
|---|---|
| spring-boot-wechat-1.0.0.pom | |
| spring-boot-wechat-1.0.0.jar | 19 KB |
| spring-boot-wechat-1.0.0-sources.jar | 14 KB |
| spring-boot-wechat-1.0.0-javadoc.jar | 223 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.limengning/spring-boot-wechat/ -->
<dependency>
<groupId>io.github.limengning</groupId>
<artifactId>spring-boot-wechat</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.limengning/spring-boot-wechat/
implementation 'io.github.limengning:spring-boot-wechat:1.0.0'
// https://jarcasting.com/artifacts/io.github.limengning/spring-boot-wechat/
implementation ("io.github.limengning:spring-boot-wechat:1.0.0")
'io.github.limengning:spring-boot-wechat:jar:1.0.0'
<dependency org="io.github.limengning" name="spring-boot-wechat" rev="1.0.0">
<artifact name="spring-boot-wechat" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.limengning', module='spring-boot-wechat', version='1.0.0')
)
libraryDependencies += "io.github.limengning" % "spring-boot-wechat" % "1.0.0"
[io.github.limengning/spring-boot-wechat "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.directory.studio : org.apache.commons.codec | pom | 1.8 |
| org.apache.commons : commons-lang3 | jar | 3.12.0 |
| io.github.limengning : json-client | jar | 1.0.0-SNAPSHOT |
| org.springframework.boot : spring-boot-autoconfigure | jar | 2.4.5 |
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.4.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar |