MVN

com.cashfree.pg : api

Maven & Gradle

Aug 18, 2023
4 stars

api · Cashfree Payments, PG official Android SDK

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

Latest Version

Choose a version of com.cashfree.pg : api 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 : api to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement