Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcn.boommanpro |
ArtifactId | ArtifactIdwechat-spring-boot-starter |
Version | Version1.0.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.boommanpro/wechat-spring-boot-starter/ -->
<dependency>
<groupId>cn.boommanpro</groupId>
<artifactId>wechat-spring-boot-starter</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.boommanpro/wechat-spring-boot-starter/
implementation 'cn.boommanpro:wechat-spring-boot-starter:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/cn.boommanpro/wechat-spring-boot-starter/
implementation ("cn.boommanpro:wechat-spring-boot-starter:1.0.0.RELEASE")
'cn.boommanpro:wechat-spring-boot-starter:jar:1.0.0.RELEASE'
<dependency org="cn.boommanpro" name="wechat-spring-boot-starter" rev="1.0.0.RELEASE">
<artifact name="wechat-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.boommanpro', module='wechat-spring-boot-starter', version='1.0.0.RELEASE')
)
libraryDependencies += "cn.boommanpro" % "wechat-spring-boot-starter" % "1.0.0.RELEASE"
[cn.boommanpro/wechat-spring-boot-starter "1.0.0.RELEASE"]