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