Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.wix.pay |
ArtifactId | ArtifactIdcredit-card-tokenizer-client |
Version | Version1.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.wix.pay/credit-card-tokenizer-client/ -->
<dependency>
<groupId>com.wix.pay</groupId>
<artifactId>credit-card-tokenizer-client</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.wix.pay/credit-card-tokenizer-client/
implementation 'com.wix.pay:credit-card-tokenizer-client:1.2.0'
// https://jarcasting.com/artifacts/com.wix.pay/credit-card-tokenizer-client/
implementation ("com.wix.pay:credit-card-tokenizer-client:1.2.0")
'com.wix.pay:credit-card-tokenizer-client:jar:1.2.0'
<dependency org="com.wix.pay" name="credit-card-tokenizer-client" rev="1.2.0">
<artifact name="credit-card-tokenizer-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wix.pay', module='credit-card-tokenizer-client', version='1.2.0')
)
libraryDependencies += "com.wix.pay" % "credit-card-tokenizer-client" % "1.2.0"
[com.wix.pay/credit-card-tokenizer-client "1.2.0"]