Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration |
---|---|
GroupId | GroupIdcn.felord.wepay.spring.boot |
ArtifactId | ArtifactIdwepay-spring-boot-autoconfigue |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.felord.wepay.spring.boot/wepay-spring-boot-autoconfigue/ -->
<dependency>
<groupId>cn.felord.wepay.spring.boot</groupId>
<artifactId>wepay-spring-boot-autoconfigue</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.felord.wepay.spring.boot/wepay-spring-boot-autoconfigue/
implementation 'cn.felord.wepay.spring.boot:wepay-spring-boot-autoconfigue:1.0.1'
// https://jarcasting.com/artifacts/cn.felord.wepay.spring.boot/wepay-spring-boot-autoconfigue/
implementation ("cn.felord.wepay.spring.boot:wepay-spring-boot-autoconfigue:1.0.1")
'cn.felord.wepay.spring.boot:wepay-spring-boot-autoconfigue:jar:1.0.1'
<dependency org="cn.felord.wepay.spring.boot" name="wepay-spring-boot-autoconfigue" rev="1.0.1">
<artifact name="wepay-spring-boot-autoconfigue" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.felord.wepay.spring.boot', module='wepay-spring-boot-autoconfigue', version='1.0.1')
)
libraryDependencies += "cn.felord.wepay.spring.boot" % "wepay-spring-boot-autoconfigue" % "1.0.1"
[cn.felord.wepay.spring.boot/wepay-spring-boot-autoconfigue "1.0.1"]