License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.glancebar.wechat |
ArtifactId | ArtifactIdspring-boot-wechat-starter |
Version | Version0.0.2 |
Type | Typejar |
Description |
DescriptionSpring WeChat API Integration.
|
<!-- https://jarcasting.com/artifacts/com.glancebar.wechat/spring-boot-wechat-starter/ -->
<dependency>
<groupId>com.glancebar.wechat</groupId>
<artifactId>spring-boot-wechat-starter</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.glancebar.wechat/spring-boot-wechat-starter/
implementation 'com.glancebar.wechat:spring-boot-wechat-starter:0.0.2'
// https://jarcasting.com/artifacts/com.glancebar.wechat/spring-boot-wechat-starter/
implementation ("com.glancebar.wechat:spring-boot-wechat-starter:0.0.2")
'com.glancebar.wechat:spring-boot-wechat-starter:jar:0.0.2'
<dependency org="com.glancebar.wechat" name="spring-boot-wechat-starter" rev="0.0.2">
<artifact name="spring-boot-wechat-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.glancebar.wechat', module='spring-boot-wechat-starter', version='0.0.2')
)
libraryDependencies += "com.glancebar.wechat" % "spring-boot-wechat-starter" % "0.0.2"
[com.glancebar.wechat/spring-boot-wechat-starter "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 2.4.1 |
com.glancebar.wechat : wechat-library | jar | 0.0.2 |
com.glancebar.wechat : spring-boot-wechat-autoconfigure | jar | 0.0.2 |
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.4.21 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.7.0 |