MVN

com.payintech : s-money-client

Maven & Gradle

Nov 10, 2016
0 stars

S-Money API Client · S-Money API client for Java and Android

<dependency>
    <groupId>com.payintech</groupId>
    <artifactId>s-money-client</artifactId>
    <version>16.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.payintech : s-money-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 16.10

All Versions

Choose a version of com.payintech : s-money-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
16.10
s-money-client-16.10
16.09
s-money-client-16.09
16.07
s-money-client-16.07
16.04
s-money-client-16.04
16.02
s-money-client-16.02
16.01
s-money-client-16.01
16.01u1
s-money-client-16.01u1
15.12
s-money-client-15.12

How to add a dependency to Maven

Add the following com.payintech : s-money-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.payintech</groupId>
    <artifactId>s-money-client</artifactId>
    <version>16.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.payintech : s-money-client gradle dependency to your build.gradle file:

implementation 'com.payintech:s-money-client:16.10'

Gradle Kotlin DSL: Add the following com.payintech : s-money-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.payintech:s-money-client:16.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.payintech : s-money-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.payintech" % "s-money-client" % "16.10"

Advertisement