MVN

com.github.GBSEcom : first-data-gateway

Maven & Gradle

Nov 19, 2021
19.9k stars

FirstApiClient · IPG API v21.5.0. Java SDK to be used with a First Data Gateway account. This SDK has been created and packaged to offer the easiest way to integrate your application into the First Data Gateway. This SDK gives you the ability to run transactions such as sales, preauthorizations, postauthorizations, credits, voids, and returns; transaction inquiries; setting up scheduled payments and much more.

<dependency>
    <groupId>com.github.GBSEcom</groupId>
    <artifactId>first-data-gateway</artifactId>
    <version>1.15.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.GBSEcom : first-data-gateway to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.15.0

All Versions

Choose a version of com.github.GBSEcom : first-data-gateway to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.15.x
first-data-gateway-1.15.0
1.14.x
first-data-gateway-1.14.0
1.13.x
first-data-gateway-1.13.0
1.12.x
first-data-gateway-1.12.2
first-data-gateway-1.12.1
first-data-gateway-1.12.0
1.11.x
first-data-gateway-1.11.0
1.10.x
first-data-gateway-1.10.0
1.9.x
first-data-gateway-1.9.1
first-data-gateway-1.9.0
1.8.x
first-data-gateway-1.8.0
1.7.x
first-data-gateway-1.7.0
1.6.x
first-data-gateway-1.6.0
1.5.x
first-data-gateway-1.5.1
first-data-gateway-1.5.0
1.4.x
first-data-gateway-1.4.4
first-data-gateway-1.4.3
first-data-gateway-1.4.2
1.3.x
first-data-gateway-1.3.0
1.2.x
first-data-gateway-1.2.0
1.1.x
first-data-gateway-1.1.1
1.0.x
first-data-gateway-1.0.0

How to add a dependency to Maven

Add the following com.github.GBSEcom : first-data-gateway maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.GBSEcom</groupId>
    <artifactId>first-data-gateway</artifactId>
    <version>1.15.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.GBSEcom : first-data-gateway gradle dependency to your build.gradle file:

implementation 'com.github.GBSEcom:first-data-gateway:1.15.0'

Gradle Kotlin DSL: Add the following com.github.GBSEcom : first-data-gateway gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.GBSEcom:first-data-gateway:1.15.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.GBSEcom : first-data-gateway sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.GBSEcom" % "first-data-gateway" % "1.15.0"

Advertisement