is not current version
Last Version 1.0.3

com.paycoiner:client 1.0.0

The JAVA client library for accessing Paycoiner APIs.

Categories

Categories

CLI User Interface
GroupId

GroupId

com.paycoiner
ArtifactId

ArtifactId

client
Version

Version

1.0.0
Type

Type

war

Download client 1.0.0


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