MVN

biz.turnonline.ecosystem : turnonline-payment-processor-client

Maven & Gradle

May 20, 2021
0 stars

Payment Processor Java Client · TurnOnline.biz Ecosystem Payment Processor REST API Java Client

<dependency>
    <groupId>biz.turnonline.ecosystem</groupId>
    <artifactId>turnonline-payment-processor-client</artifactId>
    <version>0.21</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of biz.turnonline.ecosystem : turnonline-payment-processor-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.21

All Versions

Choose a version of biz.turnonline.ecosystem : turnonline-payment-processor-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.21
turnonline-payment-processor-client-0.21
0.20
turnonline-payment-processor-client-0.20
0.19
turnonline-payment-processor-client-0.19
0.18
turnonline-payment-processor-client-0.18
0.17
turnonline-payment-processor-client-0.17
0.16
turnonline-payment-processor-client-0.16
0.15
turnonline-payment-processor-client-0.15
0.14
turnonline-payment-processor-client-0.14
0.13
turnonline-payment-processor-client-0.13
0.12
turnonline-payment-processor-client-0.12
0.11
turnonline-payment-processor-client-0.11
0.10
turnonline-payment-processor-client-0.10
0.9
turnonline-payment-processor-client-0.9

How to add a dependency to Maven

Add the following biz.turnonline.ecosystem : turnonline-payment-processor-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>biz.turnonline.ecosystem</groupId>
    <artifactId>turnonline-payment-processor-client</artifactId>
    <version>0.21</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following biz.turnonline.ecosystem : turnonline-payment-processor-client gradle dependency to your build.gradle file:

implementation 'biz.turnonline.ecosystem:turnonline-payment-processor-client:0.21'

Gradle Kotlin DSL: Add the following biz.turnonline.ecosystem : turnonline-payment-processor-client gradle kotlin dependency to your build.gradle.kts file:

implementation("biz.turnonline.ecosystem:turnonline-payment-processor-client:0.21")

How to add a dependency to SBT Scala

SBT Scala: Add the following biz.turnonline.ecosystem : turnonline-payment-processor-client sbt scala dependency to your build.sbt file:

libraryDependencies += "biz.turnonline.ecosystem" % "turnonline-payment-processor-client" % "0.21"