License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.payxpert |
ArtifactId | ArtifactIdconnect2pay-client |
Version | Version2.0.1 |
Type | Typejar |
Description |
DescriptionConnect2pay Java Client
This is the Java implementation of the PayXpert Connect2pay Payment Page API.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.payxpert/connect2pay-client/ -->
<dependency>
<groupId>com.payxpert</groupId>
<artifactId>connect2pay-client</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.payxpert/connect2pay-client/
implementation 'com.payxpert:connect2pay-client:2.0.1'
// https://jarcasting.com/artifacts/com.payxpert/connect2pay-client/
implementation ("com.payxpert:connect2pay-client:2.0.1")
'com.payxpert:connect2pay-client:jar:2.0.1'
<dependency org="com.payxpert" name="connect2pay-client" rev="2.0.1">
<artifact name="connect2pay-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.payxpert', module='connect2pay-client', version='2.0.1')
)
libraryDependencies += "com.payxpert" % "connect2pay-client" % "2.0.1"
[com.payxpert/connect2pay-client "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
commons-codec : commons-codec | jar | 1.15 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
com.ning : async-http-client | jar | 1.9.40 |
com.fasterxml.jackson.core : jackson-core | jar | 2.11.2 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.11.2 |
net.sf.oval : oval | jar | 1.90 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |
com.sun.activation : javax.activation | jar | 1.2.0 |
org.mockito : mockito-core | jar | 2.28.2 |
org.jsoup : jsoup | jar | 1.12.1 |