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