License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdio.github.pactstart |
ArtifactId | ArtifactIdweixin-spring-boot-starter |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionparent project for dependency management
|
<!-- https://jarcasting.com/artifacts/io.github.pactstart/weixin-spring-boot-starter/ -->
<dependency>
<groupId>io.github.pactstart</groupId>
<artifactId>weixin-spring-boot-starter</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.pactstart/weixin-spring-boot-starter/
implementation 'io.github.pactstart:weixin-spring-boot-starter:1.0.0'
// https://jarcasting.com/artifacts/io.github.pactstart/weixin-spring-boot-starter/
implementation ("io.github.pactstart:weixin-spring-boot-starter:1.0.0")
'io.github.pactstart:weixin-spring-boot-starter:jar:1.0.0'
<dependency org="io.github.pactstart" name="weixin-spring-boot-starter" rev="1.0.0">
<artifact name="weixin-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.pactstart', module='weixin-spring-boot-starter', version='1.0.0')
)
libraryDependencies += "io.github.pactstart" % "weixin-spring-boot-starter" % "1.0.0"
[io.github.pactstart/weixin-spring-boot-starter "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
io.github.pactstart : kangaroo-weixin-toolkit | jar | 1.0 |
org.springframework.boot : spring-boot-autoconfigure | jar | 1.5.6.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 1.5.6.RELEASE |
org.slf4j : slf4j-api | jar | 1.7.12 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |