GroupId | GroupIdcom.github.ipaynow |
---|---|
ArtifactId | ArtifactIdipaynow_pay_sdk |
Version | Version1.0.3-snapshots |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.ipaynow/ipaynow_pay_sdk/ -->
<dependency>
<groupId>com.github.ipaynow</groupId>
<artifactId>ipaynow_pay_sdk</artifactId>
<version>1.0.3-snapshots</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ipaynow/ipaynow_pay_sdk/
implementation 'com.github.ipaynow:ipaynow_pay_sdk:1.0.3-snapshots'
// https://jarcasting.com/artifacts/com.github.ipaynow/ipaynow_pay_sdk/
implementation ("com.github.ipaynow:ipaynow_pay_sdk:1.0.3-snapshots")
'com.github.ipaynow:ipaynow_pay_sdk:jar:1.0.3-snapshots'
<dependency org="com.github.ipaynow" name="ipaynow_pay_sdk" rev="1.0.3-snapshots">
<artifact name="ipaynow_pay_sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ipaynow', module='ipaynow_pay_sdk', version='1.0.3-snapshots')
)
libraryDependencies += "com.github.ipaynow" % "ipaynow_pay_sdk" % "1.0.3-snapshots"
[com.github.ipaynow/ipaynow_pay_sdk "1.0.3-snapshots"]