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