Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdio.github.Mastercard-Platform |
ArtifactId | ArtifactIdmastercard-specials-customer-service |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.Mastercard-Platform/mastercard-specials-customer-service/ -->
<dependency>
<groupId>io.github.Mastercard-Platform</groupId>
<artifactId>mastercard-specials-customer-service</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.Mastercard-Platform/mastercard-specials-customer-service/
implementation 'io.github.Mastercard-Platform:mastercard-specials-customer-service:1.0.0'
// https://jarcasting.com/artifacts/io.github.Mastercard-Platform/mastercard-specials-customer-service/
implementation ("io.github.Mastercard-Platform:mastercard-specials-customer-service:1.0.0")
'io.github.Mastercard-Platform:mastercard-specials-customer-service:jar:1.0.0'
<dependency org="io.github.Mastercard-Platform" name="mastercard-specials-customer-service" rev="1.0.0">
<artifact name="mastercard-specials-customer-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.Mastercard-Platform', module='mastercard-specials-customer-service', version='1.0.0')
)
libraryDependencies += "io.github.Mastercard-Platform" % "mastercard-specials-customer-service" % "1.0.0"
[io.github.Mastercard-Platform/mastercard-specials-customer-service "1.0.0"]