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