MVN

com.payclip.sdk : payment-ui

Maven & Gradle

Aug 24, 2023

Payment UI SDK · An Android library to integrate in-person payment process of Clip.

<dependency>
    <groupId>com.payclip.sdk</groupId>
    <artifactId>payment-ui</artifactId>
    <version>2.8.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.payclip.sdk : payment-ui to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.8.3
  • Latest Release Candidate: 2.1.0-rc01
  • Latest Beta: 2.4.0-beta02
  • Latest Alpha: 2.4.0-alpha03

All Versions

Choose a version of com.payclip.sdk : payment-ui to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.8.x
payment-ui-2.8.3
payment-ui-2.8.2
payment-ui-2.8.1
payment-ui-2.8.0
2.7.x
payment-ui-2.7.0
2.6.x
payment-ui-2.6.0
2.5.x
payment-ui-2.5.0
2.4.x
payment-ui-2.4.0-beta02
payment-ui-2.4.0-beta01
payment-ui-2.4.0-alpha03
payment-ui-2.4.0-alpha02
payment-ui-2.4.0-alpha01
2.3.x
payment-ui-2.3.1
payment-ui-2.3.0
2.2.x
payment-ui-2.2.2
payment-ui-2.2.1
payment-ui-2.2.0
2.1.x
payment-ui-2.1.1
payment-ui-2.1.0
payment-ui-2.1.0-rc01
2.0.x
payment-ui-2.0.0
payment-ui-2.0.0-rc-03
payment-ui-2.0.0-rc-02
payment-ui-2.0.0-rc-01
1.1.x
payment-ui-1.1.2-beta-02
payment-ui-1.1.2-beta-01
payment-ui-1.1.0-beta
1.0.x
payment-ui-1.0.0

How to add a dependency to Maven

Add the following com.payclip.sdk : payment-ui maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.payclip.sdk</groupId>
    <artifactId>payment-ui</artifactId>
    <version>2.8.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.payclip.sdk : payment-ui gradle dependency to your build.gradle file:

implementation 'com.payclip.sdk:payment-ui:2.8.3'

Gradle Kotlin DSL: Add the following com.payclip.sdk : payment-ui gradle kotlin dependency to your build.gradle.kts file:

implementation("com.payclip.sdk:payment-ui:2.8.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.payclip.sdk : payment-ui sbt scala dependency to your build.sbt file:

libraryDependencies += "com.payclip.sdk" % "payment-ui" % "2.8.3"