MVN

com.cashfree.pg : ui

Maven & Gradle

Aug 18, 2023
4 stars

ui · Cashfree Payments, PG official Android SDK

<dependency>
    <groupId>com.cashfree.pg</groupId>
    <artifactId>ui</artifactId>
    <version>2.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.cashfree.pg : ui to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.4
  • Latest Release Candidate: 2.0.2-rc

All Versions

Choose a version of com.cashfree.pg : ui to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
ui-2.1.4
ui-2.1.3
ui-2.1.2
ui-2.1.1
ui-2.1.0
2.0.x
ui-2.0.9
ui-2.0.8
ui-2.0.7
ui-2.0.6
ui-2.0.5
ui-2.0.4
ui-2.0.3
ui-2.0.2-rc

How to add a dependency to Maven

Add the following com.cashfree.pg : ui maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.cashfree.pg</groupId>
    <artifactId>ui</artifactId>
    <version>2.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.cashfree.pg : ui gradle dependency to your build.gradle file:

implementation 'com.cashfree.pg:ui:2.1.4'

Gradle Kotlin DSL: Add the following com.cashfree.pg : ui gradle kotlin dependency to your build.gradle.kts file:

implementation("com.cashfree.pg:ui:2.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.cashfree.pg : ui sbt scala dependency to your build.sbt file:

libraryDependencies += "com.cashfree.pg" % "ui" % "2.1.4"

Advertisement