Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdco.fingerprintsoft |
ArtifactId | ArtifactIdpayment-gateway-spring-boot-starter |
Version | Version1.0.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/co.fingerprintsoft/payment-gateway-spring-boot-starter/ -->
<dependency>
<groupId>co.fingerprintsoft</groupId>
<artifactId>payment-gateway-spring-boot-starter</artifactId>
<version>1.0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/co.fingerprintsoft/payment-gateway-spring-boot-starter/
implementation 'co.fingerprintsoft:payment-gateway-spring-boot-starter:1.0.1.1'
// https://jarcasting.com/artifacts/co.fingerprintsoft/payment-gateway-spring-boot-starter/
implementation ("co.fingerprintsoft:payment-gateway-spring-boot-starter:1.0.1.1")
'co.fingerprintsoft:payment-gateway-spring-boot-starter:jar:1.0.1.1'
<dependency org="co.fingerprintsoft" name="payment-gateway-spring-boot-starter" rev="1.0.1.1">
<artifact name="payment-gateway-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.fingerprintsoft', module='payment-gateway-spring-boot-starter', version='1.0.1.1')
)
libraryDependencies += "co.fingerprintsoft" % "payment-gateway-spring-boot-starter" % "1.0.1.1"
[co.fingerprintsoft/payment-gateway-spring-boot-starter "1.0.1.1"]