GroupId | GroupIdco.fingerprintsoft |
---|---|
ArtifactId | ArtifactIdpayment-gateway-paygate |
Version | Version1.0.0.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/co.fingerprintsoft/payment-gateway-paygate/ -->
<dependency>
<groupId>co.fingerprintsoft</groupId>
<artifactId>payment-gateway-paygate</artifactId>
<version>1.0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/co.fingerprintsoft/payment-gateway-paygate/
implementation 'co.fingerprintsoft:payment-gateway-paygate:1.0.0.6'
// https://jarcasting.com/artifacts/co.fingerprintsoft/payment-gateway-paygate/
implementation ("co.fingerprintsoft:payment-gateway-paygate:1.0.0.6")
'co.fingerprintsoft:payment-gateway-paygate:jar:1.0.0.6'
<dependency org="co.fingerprintsoft" name="payment-gateway-paygate" rev="1.0.0.6">
<artifact name="payment-gateway-paygate" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.fingerprintsoft', module='payment-gateway-paygate', version='1.0.0.6')
)
libraryDependencies += "co.fingerprintsoft" % "payment-gateway-paygate" % "1.0.0.6"
[co.fingerprintsoft/payment-gateway-paygate "1.0.0.6"]