Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.shuaidd |
ArtifactId | ArtifactIdqywx-spring-boot-starter |
Version | Version2.0.2 |
Type | Typejar |
Filename | Size |
---|---|
qywx-spring-boot-starter-2.0.2.pom | |
qywx-spring-boot-starter-2.0.2.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.shuaidd/qywx-spring-boot-starter/ -->
<dependency>
<groupId>com.github.shuaidd</groupId>
<artifactId>qywx-spring-boot-starter</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shuaidd/qywx-spring-boot-starter/
implementation 'com.github.shuaidd:qywx-spring-boot-starter:2.0.2'
// https://jarcasting.com/artifacts/com.github.shuaidd/qywx-spring-boot-starter/
implementation ("com.github.shuaidd:qywx-spring-boot-starter:2.0.2")
'com.github.shuaidd:qywx-spring-boot-starter:jar:2.0.2'
<dependency org="com.github.shuaidd" name="qywx-spring-boot-starter" rev="2.0.2">
<artifact name="qywx-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shuaidd', module='qywx-spring-boot-starter', version='2.0.2')
)
libraryDependencies += "com.github.shuaidd" % "qywx-spring-boot-starter" % "2.0.2"
[com.github.shuaidd/qywx-spring-boot-starter "2.0.2"]