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