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