Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.mastercard.api |
ArtifactId | ArtifactIdmerchant-retail-locations |
Version | Version0.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.mastercard.api/merchant-retail-locations/ -->
<dependency>
<groupId>com.mastercard.api</groupId>
<artifactId>merchant-retail-locations</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastercard.api/merchant-retail-locations/
implementation 'com.mastercard.api:merchant-retail-locations:0.0.1'
// https://jarcasting.com/artifacts/com.mastercard.api/merchant-retail-locations/
implementation ("com.mastercard.api:merchant-retail-locations:0.0.1")
'com.mastercard.api:merchant-retail-locations:jar:0.0.1'
<dependency org="com.mastercard.api" name="merchant-retail-locations" rev="0.0.1">
<artifact name="merchant-retail-locations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastercard.api', module='merchant-retail-locations', version='0.0.1')
)
libraryDependencies += "com.mastercard.api" % "merchant-retail-locations" % "0.0.1"
[com.mastercard.api/merchant-retail-locations "0.0.1"]