Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.payxpert |
ArtifactId | ArtifactIdconnect2pay-client |
Version | Version1.0.13 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.payxpert/connect2pay-client/ -->
<dependency>
<groupId>com.payxpert</groupId>
<artifactId>connect2pay-client</artifactId>
<version>1.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.payxpert/connect2pay-client/
implementation 'com.payxpert:connect2pay-client:1.0.13'
// https://jarcasting.com/artifacts/com.payxpert/connect2pay-client/
implementation ("com.payxpert:connect2pay-client:1.0.13")
'com.payxpert:connect2pay-client:jar:1.0.13'
<dependency org="com.payxpert" name="connect2pay-client" rev="1.0.13">
<artifact name="connect2pay-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.payxpert', module='connect2pay-client', version='1.0.13')
)
libraryDependencies += "com.payxpert" % "connect2pay-client" % "1.0.13"
[com.payxpert/connect2pay-client "1.0.13"]