License |
License
Copyright © 2020 Seamless Payments, Inc. All rights reserved.
|
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcom.seamlesspay.sdk |
ArtifactId | ArtifactIdCardForm |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionCardForm
A ready-made card form layout that can be included in your Android app, making it easy to accept credit and debit cards.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
CardForm-1.0.1.pom | |
CardForm-1.0.1-sources.jar | 32 KB |
CardForm-1.0.1-javadoc.jar | 133 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.seamlesspay.sdk/CardForm/ -->
<dependency>
<groupId>com.seamlesspay.sdk</groupId>
<artifactId>CardForm</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.seamlesspay.sdk/CardForm/
implementation 'com.seamlesspay.sdk:CardForm:1.0.1'
// https://jarcasting.com/artifacts/com.seamlesspay.sdk/CardForm/
implementation ("com.seamlesspay.sdk:CardForm:1.0.1")
'com.seamlesspay.sdk:CardForm:aar:1.0.1'
<dependency org="com.seamlesspay.sdk" name="CardForm" rev="1.0.1">
<artifact name="CardForm" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.seamlesspay.sdk', module='CardForm', version='1.0.1')
)
libraryDependencies += "com.seamlesspay.sdk" % "CardForm" % "1.0.1"
[com.seamlesspay.sdk/CardForm "1.0.1"]