MVN

com.silamoney.client : SilamoneySDK

Maven & Gradle

Jul 04, 2023
1 stars

Silamoney SDK · The silamoney sdk

<dependency>
    <groupId>com.silamoney.client</groupId>
    <artifactId>SilamoneySDK</artifactId>
    <version>0.2.51</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.silamoney.client : SilamoneySDK to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.51
  • Latest Release Candidate: 0.2.50-rc5

All Versions

Choose a version of com.silamoney.client : SilamoneySDK to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
SilamoneySDK-0.2.51
SilamoneySDK-0.2.50-rc5
SilamoneySDK-0.2.50-rc4
SilamoneySDK-0.2.50-rc3
SilamoneySDK-0.2.50-rc2
SilamoneySDK-0.2.50-rc
SilamoneySDK-0.2.50
SilamoneySDK-0.2.49
SilamoneySDK-0.2.48-rc
SilamoneySDK-0.2.48
SilamoneySDK-0.2.44
SilamoneySDK-0.2.43
SilamoneySDK-0.2.41-rc
SilamoneySDK-0.2.41
SilamoneySDK-0.2.39
SilamoneySDK-0.2.37
SilamoneySDK-0.2.36
SilamoneySDK-0.2.30-rc3
SilamoneySDK-0.2.30-rc2
SilamoneySDK-0.2.30-rc
SilamoneySDK-0.2.30
SilamoneySDK-0.2.28
SilamoneySDK-0.2.26
SilamoneySDK-0.2.24
SilamoneySDK-0.2.23
SilamoneySDK-0.2.21
SilamoneySDK-0.2.13-rc2
SilamoneySDK-0.2.13-rc
SilamoneySDK-0.2.10-rc2
SilamoneySDK-0.2.10-rc
SilamoneySDK-0.2.9-rc
SilamoneySDK-0.2.7-rc
SilamoneySDK-0.2.6-rc
SilamoneySDK-0.2.1

How to add a dependency to Maven

Add the following com.silamoney.client : SilamoneySDK maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.silamoney.client</groupId>
    <artifactId>SilamoneySDK</artifactId>
    <version>0.2.51</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.silamoney.client : SilamoneySDK gradle dependency to your build.gradle file:

implementation 'com.silamoney.client:SilamoneySDK:0.2.51'

Gradle Kotlin DSL: Add the following com.silamoney.client : SilamoneySDK gradle kotlin dependency to your build.gradle.kts file:

implementation("com.silamoney.client:SilamoneySDK:0.2.51")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.silamoney.client : SilamoneySDK sbt scala dependency to your build.sbt file:

libraryDependencies += "com.silamoney.client" % "SilamoneySDK" % "0.2.51"

Advertisement