License |
License |
---|---|
GroupId | GroupIdcom.cloudipsp |
ArtifactId | ArtifactIdandroid |
Version | Version1.16.0 |
Type | Typeaar |
Description |
DescriptionCloud IPSP Client
Library for accepting payments directly from android application's clients.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
android-1.16.0.pom | |
android-1.16.0.aar | 86 KB |
android-1.16.0-sources.jar | 24 KB |
android-1.16.0-javadoc.jar | 166 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cloudipsp/android/ -->
<dependency>
<groupId>com.cloudipsp</groupId>
<artifactId>android</artifactId>
<version>1.16.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.cloudipsp/android/
implementation 'com.cloudipsp:android:1.16.0'
// https://jarcasting.com/artifacts/com.cloudipsp/android/
implementation ("com.cloudipsp:android:1.16.0")
'com.cloudipsp:android:aar:1.16.0'
<dependency org="com.cloudipsp" name="android" rev="1.16.0">
<artifact name="android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.cloudipsp', module='android', version='1.16.0')
)
libraryDependencies += "com.cloudipsp" % "android" % "1.16.0"
[com.cloudipsp/android "1.16.0"]