Smaug Client

Scala client for the Smaug service, which is responsible for storing and keeping Credit Card details.

Лицензия

Лицензия

Категории

Категории

CLI Взаимодействие с пользователем
Группа

Группа

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

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

smaug-client
Последняя версия

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

1.8.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Smaug Client
Scala client for the Smaug service, which is responsible for storing and keeping Credit Card details.
Организация-разработчик

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

wix.com

Скачать smaug-client

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

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
com.wix.pay : smaug-client-common jar 1.8.0
com.google.http-client : google-http-client jar 1.23.0
org.scala-lang : scala-reflect jar 2.12.4

test (3)

Идентификатор библиотеки Тип Версия
com.wix.pay : smaug-testkit jar 1.8.0
org.specs2 : specs2-core_2.12 jar 3.8.9
org.specs2 : specs2-junit_2.12 jar 3.8.9

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

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

Smaug Client

Wix's Smaug exchanges full credit card information (number, expiry date, CSC, etc) with an opaque token, accompanied by non-sensitive card information (last 4 digits of the card number, card network, etc).

Returned tokens can then be passed around in accordance with PCI-DSS.

Installation

Maven users

Add this dependency to your project's POM:

<dependency>
  <groupId>com.wix.pay</groupId>
  <artifactId>smaug-client</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