t

turnonline-payment-processor-client

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