is not current version
Last Version 3.0.0

us.fatehi:credit_card_number 1.1

Credit Card Number is a Java 7 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. Validity is enforced by JUnit tests. Maven is needed for a build.

GroupId

GroupId

us.fatehi
ArtifactId

ArtifactId

credit_card_number
Version

Version

1.1
Type

Type

jar

Download credit_card_number 1.1


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