Smaug Client Common


License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.wix.pay
ArtifactId

ArtifactId

smaug-client-common
Last Version

Last Version

1.8.0
Release Date

Release Date

Type

Type

jar
Description

Description

Smaug Client Common
Smaug Client Common
Project Organization

Project Organization

wix.com

Download smaug-client-common

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
com.wix.pay : smaug-client-api jar 1.8.0
org.json4s : json4s-native_2.12 jar 3.5.4
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.

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

Versions

Version
1.8.0
1.7.0