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