Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.payintech |
ArtifactId | ArtifactIds-money-client |
Version | Version15.12 |
Type | Typejar |
Filename | Size |
---|---|
s-money-client-15.12.pom | |
s-money-client-15.12.jar | 37 KB |
s-money-client-15.12-sources.jar | 50 KB |
s-money-client-15.12-javadoc.jar | 266 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.payintech/s-money-client/ -->
<dependency>
<groupId>com.payintech</groupId>
<artifactId>s-money-client</artifactId>
<version>15.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.payintech/s-money-client/
implementation 'com.payintech:s-money-client:15.12'
// https://jarcasting.com/artifacts/com.payintech/s-money-client/
implementation ("com.payintech:s-money-client:15.12")
'com.payintech:s-money-client:jar:15.12'
<dependency org="com.payintech" name="s-money-client" rev="15.12">
<artifact name="s-money-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.payintech', module='s-money-client', version='15.12')
)
libraryDependencies += "com.payintech" % "s-money-client" % "15.12"
[com.payintech/s-money-client "15.12"]