License |
License
Copyright © 2020 Seamless Payments, Inc. All rights reserved.
|
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.seamlesspay.api |
ArtifactId | ArtifactIdClient |
Version | Version1.0.5 |
Type | Typeaar |
Description |
DescriptionClient
This is Seamless Payments Android SDK. Integrate this library to accept payments in your Android app.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
Client-1.0.5.pom | |
Client-1.0.5-sources.jar | 49 KB |
Client-1.0.5-javadoc.jar | 226 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.seamlesspay.api/Client/ -->
<dependency>
<groupId>com.seamlesspay.api</groupId>
<artifactId>Client</artifactId>
<version>1.0.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.seamlesspay.api/Client/
implementation 'com.seamlesspay.api:Client:1.0.5'
// https://jarcasting.com/artifacts/com.seamlesspay.api/Client/
implementation ("com.seamlesspay.api:Client:1.0.5")
'com.seamlesspay.api:Client:aar:1.0.5'
<dependency org="com.seamlesspay.api" name="Client" rev="1.0.5">
<artifact name="Client" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.seamlesspay.api', module='Client', version='1.0.5')
)
libraryDependencies += "com.seamlesspay.api" % "Client" % "1.0.5"
[com.seamlesspay.api/Client "1.0.5"]