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