| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.wix.pay |
| ArtifactId | ArtifactIdsmaug-client |
| Version | Version1.8.0 |
| Type | Typejar |
| Description |
DescriptionSmaug Client
Scala client for the Smaug service, which is responsible for storing and keeping Credit Card details.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| smaug-client-1.8.0.pom | |
| smaug-client-1.8.0.jar | 20 KB |
| smaug-client-1.8.0-sources.jar | 5 KB |
| smaug-client-1.8.0-javadoc.jar | 649 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| 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 |