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