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