Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdtop.jfunc.weixin |
ArtifactId | ArtifactIdweixin-spring-boot-starter |
Version | Version1.8.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/top.jfunc.weixin/weixin-spring-boot-starter/ -->
<dependency>
<groupId>top.jfunc.weixin</groupId>
<artifactId>weixin-spring-boot-starter</artifactId>
<version>1.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/top.jfunc.weixin/weixin-spring-boot-starter/
implementation 'top.jfunc.weixin:weixin-spring-boot-starter:1.8.0'
// https://jarcasting.com/artifacts/top.jfunc.weixin/weixin-spring-boot-starter/
implementation ("top.jfunc.weixin:weixin-spring-boot-starter:1.8.0")
'top.jfunc.weixin:weixin-spring-boot-starter:jar:1.8.0'
<dependency org="top.jfunc.weixin" name="weixin-spring-boot-starter" rev="1.8.0">
<artifact name="weixin-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.jfunc.weixin', module='weixin-spring-boot-starter', version='1.8.0')
)
libraryDependencies += "top.jfunc.weixin" % "weixin-spring-boot-starter" % "1.8.0"
[top.jfunc.weixin/weixin-spring-boot-starter "1.8.0"]