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