is not current version
Last Version 3.0.0

us.fatehi:credit_card_number 1.8

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.8
Type

Type

jar

Download credit_card_number 1.8


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