MVN

com.tranxactive : j2pay

Maven & Gradle

Jan 19, 2019
165 stars

J2PAY · Multigateway payment library by tranxactive

<dependency>
    <groupId>com.tranxactive</groupId>
    <artifactId>j2pay</artifactId>
    <version>2.9.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tranxactive : j2pay to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.9.11

All Versions

Choose a version of com.tranxactive : j2pay to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.9.x
j2pay-2.9.11
j2pay-2.9.10
j2pay-2.9.9
2.8.x
j2pay-2.8.9
j2pay-2.8.8
2.7.x
j2pay-2.7.8
j2pay-2.7.8-SNAPSHOT-1
j2pay-2.7.7
j2pay-2.7.6
j2pay-2.7.5
j2pay-2.7.4
j2pay-2.7.3
2.6.x
j2pay-2.6.2
j2pay-2.6.1
2.5.x
j2pay-2.5.1
2.4.x
j2pay-2.4.1
j2pay-2.4.0
2.3.x
j2pay-2.3.0
1.0.x
j2pay-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.tranxactive</groupId>
    <artifactId>j2pay</artifactId>
    <version>2.9.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tranxactive : j2pay gradle dependency to your build.gradle file:

implementation 'com.tranxactive:j2pay:2.9.11'

Gradle Kotlin DSL: Add the following com.tranxactive : j2pay gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tranxactive:j2pay:2.9.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tranxactive : j2pay sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tranxactive" % "j2pay" % "2.9.11"

Advertisement