t

turnonline-payment-processor-client

TurnOnline.biz Ecosystem Payment Processor REST API Java Client
The Apache Software License, Version 2.0
Files download
File Operation
turnonline-payment-processor-client-0.12.jar download
turnonline-payment-processor-client-0.12.pom download
turnonline-payment-processor-client-0.12-sources.jar download
Apache Maven
<dependency>
  <groupId>biz.turnonline.ecosystem</groupId>
  <artifactId>turnonline-payment-processor-client</artifactId>
  <version>0.12</version>
</dependency>
Gradle Groovy
implementation 'biz.turnonline.ecosystem:turnonline-payment-processor-client:0.12'
Gradle Kotlin
implementation("biz.turnonline.ecosystem:turnonline-payment-processor-client:0.12")
Scala SBT
libraryDependencies += "biz.turnonline.ecosystem" % "turnonline-payment-processor-client" % "0.12"
Groovy Grape
@Grapes(
  @Grab(group='biz.turnonline.ecosystem', module='turnonline-payment-processor-client', version='0.12')
)
Apache Ivy
<dependency org="biz.turnonline.ecosystem" name="turnonline-payment-processor-client" rev="0.12" />
Leiningen
[biz.turnonline.ecosystem/turnonline-payment-processor-client "0.12"]
Apache Buildr
'biz.turnonline.ecosystem:turnonline-payment-processor-client:jar:0.12'