is not current version
Last Version 1.0.3

com.paycoiner:client 1.0.1

The JAVA client library for accessing Paycoiner APIs.

Categories

Categories

CLI User Interface
GroupId

GroupId

com.paycoiner
ArtifactId

ArtifactId

client
Version

Version

1.0.1
Type

Type

pom

Download client 1.0.1

Filename Size
client-1.0.1.pom
Browse

<!-- https://jarcasting.com/artifacts/com.paycoiner/client/ -->
<dependency>
    <groupId>com.paycoiner</groupId>
    <artifactId>client</artifactId>
    <version>1.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.paycoiner/client/
implementation 'com.paycoiner:client:1.0.1'
// https://jarcasting.com/artifacts/com.paycoiner/client/
implementation ("com.paycoiner:client:1.0.1")
'com.paycoiner:client:pom:1.0.1'
<dependency org="com.paycoiner" name="client" rev="1.0.1">
  <artifact name="client" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.paycoiner', module='client', version='1.0.1')
)
libraryDependencies += "com.paycoiner" % "client" % "1.0.1"
[com.paycoiner/client "1.0.1"]