Credit-Card Model


Лицензия

Лицензия

Группа

Группа

com.wix.pay
Идентификатор

Идентификатор

credit-card
Последняя версия

Последняя версия

1.8.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Credit-Card Model
Credit-Card Model
Ссылка на сайт

Ссылка на сайт

https://github.com/wix/credit-card
Организация-разработчик

Организация-разработчик

wix.com
Система контроля версий

Система контроля версий

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

Скачать credit-card

Как подключить последнюю версию

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
com.wix.pay : credit-card-networks jar 1.4.0
org.scala-lang : scala-reflect jar 2.12.4

test (3)

Идентификатор библиотеки Тип Версия
org.json4s : json4s-native_2.12 jar 3.5.4
org.specs2 : specs2-core_2.12 jar 3.8.9
org.specs2 : specs2-junit_2.12 jar 3.8.9

Модули Проекта

Данный проект не имеет модулей.

Credit Card Model

Credit cards consist of a mandatory card number and expiry date, and additional (optional) fields like cardholder name, billing address, CSC, etc.

Cards can be made anonymous for public display by stripping them of sensitive data, as defined by the PCI-DSS.

Installation

Maven users

Add this dependency to your project's POM:

<dependency>
  <groupId>com.wix.pay</groupId>
  <artifactId>credit-card</artifactId>
  <version>1.8.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

Версии библиотеки

Версия
1.8.0
1.7.0
1.6.0
1.5.0
1.3.0
1.2.0
1.1.2
1.1.1
1.1.0
1.0.0