Credit-Card Networks


License

License

Categories

Categories

Net
GroupId

GroupId

com.wix.pay
ArtifactId

ArtifactId

credit-card-networks
Last Version

Last Version

1.4.0
Release Date

Release Date

Type

Type

jar
Description

Description

Credit-Card Networks
Credit-Card Networks
Project URL

Project URL

https://github.com/wix/credit-card-networks
Project Organization

Project Organization

wix.com
Source Code Management

Source Code Management

https://github.com/wix/credit-card-networks

Download credit-card-networks

How to add to project

<!-- https://jarcasting.com/artifacts/com.wix.pay/credit-card-networks/ -->
<dependency>
    <groupId>com.wix.pay</groupId>
    <artifactId>credit-card-networks</artifactId>
    <version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.wix.pay/credit-card-networks/
implementation 'com.wix.pay:credit-card-networks:1.4.0'
// https://jarcasting.com/artifacts/com.wix.pay/credit-card-networks/
implementation ("com.wix.pay:credit-card-networks:1.4.0")
'com.wix.pay:credit-card-networks:jar:1.4.0'
<dependency org="com.wix.pay" name="credit-card-networks" rev="1.4.0">
  <artifact name="credit-card-networks" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wix.pay', module='credit-card-networks', version='1.4.0')
)
libraryDependencies += "com.wix.pay" % "credit-card-networks" % "1.4.0"
[com.wix.pay/credit-card-networks "1.4.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.scala-lang : scala-reflect jar 2.12.4

test (2)

Group / Artifact Type Version
org.specs2 : specs2-core_2.12 jar 3.8.9
org.specs2 : specs2-junit_2.12 jar 3.8.9

Project Modules

There are no modules declared in this project.

Credit Card Networks Model

Resolves credit card numbers to credit card networks, e.g. "4111111111111111" to "visa".

Installation

Maven users

Add this dependency to your project's POM:

<dependency>
  <groupId>com.wix.pay</groupId>
  <artifactId>credit-card-networks</artifactId>
  <version>1.4.0</version>
</dependency>

Reporting Issues

Please use the issue tracker to report issues related to this library.

License

This library uses the Apache License, version 2.0.

com.wix.pay

Wix.com

Open-sourcing useful pieces of code

Versions

Version
1.4.0
1.2.0
1.1.0
1.0.0