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