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