Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcn.felord |
ArtifactId | ArtifactIdpayment-spring-boot |
Version | Version1.0.2.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
payment-spring-boot-1.0.2.RELEASE.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.felord/payment-spring-boot/ -->
<dependency>
<groupId>cn.felord</groupId>
<artifactId>payment-spring-boot</artifactId>
<version>1.0.2.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.felord/payment-spring-boot/
implementation 'cn.felord:payment-spring-boot:1.0.2.RELEASE'
// https://jarcasting.com/artifacts/cn.felord/payment-spring-boot/
implementation ("cn.felord:payment-spring-boot:1.0.2.RELEASE")
'cn.felord:payment-spring-boot:pom:1.0.2.RELEASE'
<dependency org="cn.felord" name="payment-spring-boot" rev="1.0.2.RELEASE">
<artifact name="payment-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.felord', module='payment-spring-boot', version='1.0.2.RELEASE')
)
libraryDependencies += "cn.felord" % "payment-spring-boot" % "1.0.2.RELEASE"
[cn.felord/payment-spring-boot "1.0.2.RELEASE"]