is not current version
Last Version 3.0.0

us.fatehi:credit_card_number 1.9

Credit Card Number is a library that can provide details of a bank issued credit card number. All classes are immutable and thread-safe. The standard `toString()` function formats data in a readable form.

GroupId

GroupId

us.fatehi
ArtifactId

ArtifactId

credit_card_number
Version

Version

1.9
Type

Type

jar

Download credit_card_number 1.9


<!-- https://jarcasting.com/artifacts/us.fatehi/credit_card_number/ -->
<dependency>
    <groupId>us.fatehi</groupId>
    <artifactId>credit_card_number</artifactId>
    <version>1.9</version>
</dependency>
// https://jarcasting.com/artifacts/us.fatehi/credit_card_number/
implementation 'us.fatehi:credit_card_number:1.9'
// https://jarcasting.com/artifacts/us.fatehi/credit_card_number/
implementation ("us.fatehi:credit_card_number:1.9")
'us.fatehi:credit_card_number:jar:1.9'
<dependency org="us.fatehi" name="credit_card_number" rev="1.9">
  <artifact name="credit_card_number" type="jar" />
</dependency>
@Grapes(
@Grab(group='us.fatehi', module='credit_card_number', version='1.9')
)
libraryDependencies += "us.fatehi" % "credit_card_number" % "1.9"
[us.fatehi/credit_card_number "1.9"]