MVN

dev.easebuzz.pg.com : payment-gateway

Maven & Gradle

Mar 20, 2024

Payment-Gateway-Java · Integrate Easebuzz Payment Gateway Seamlessly with Maven Elevate your online payment experience with Easebuzz Payment Gateway integration. With just a few simple steps, you can securely process payments on your Java application using Maven dependency. Step 1: Add Maven Dependency Start by adding the OkHttpClient Maven dependency to your pom.xml file. This will provide the necessary tools for making HTTP requests to the Easebuzz API. Step 2: Create APICalls Class Next, create an APICalls class within your Java application. This class encapsulates the logic for making API calls to Easebuzz Payment Gateway, ensuring smooth transaction handling. Step 3: Initiating Payment Utilize the getPaymentLink method from the APICalls class to initiate payments seamlessly. This method returns the payment link, allowing customers to proceed with transactions effortlessly. Step 4: Checkout Documentation For comprehensive guidance and detailed integration instructions, explore our documentation at docs.easebuzz.in. It provides insights into leveraging the full potential of Easebuzz Payment Gateway within your application. Streamline your payment processing today with Easebuzz Payment Gateway integration, powered by Maven. Enhance user experience and drive business growth effortlessly.

<dependency>
    <groupId>dev.easebuzz.pg.com</groupId>
    <artifactId>payment-gateway</artifactId>
    <version>0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.easebuzz.pg.com : payment-gateway to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2

All Versions

Choose a version of dev.easebuzz.pg.com : payment-gateway to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2
payment-gateway-0.2
0.1
payment-gateway-0.1

How to add a dependency to Maven

Add the following dev.easebuzz.pg.com : payment-gateway maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.easebuzz.pg.com</groupId>
    <artifactId>payment-gateway</artifactId>
    <version>0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.easebuzz.pg.com : payment-gateway gradle dependency to your build.gradle file:

implementation 'dev.easebuzz.pg.com:payment-gateway:0.2'

Gradle Kotlin DSL: Add the following dev.easebuzz.pg.com : payment-gateway gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.easebuzz.pg.com:payment-gateway:0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.easebuzz.pg.com : payment-gateway sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.easebuzz.pg.com" % "payment-gateway" % "0.2"