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