MVN

com.starkbank : sdk

Maven & Gradle

May 03, 2023
4 stars

starkbank · SDK to facilitate Java integrations with the Stark Bank API

<dependency>
    <groupId>com.starkbank</groupId>
    <artifactId>sdk</artifactId>
    <version>2.14.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.starkbank : sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.14.0
  • Latest Beta: 2.1-beta-2

All Versions

Choose a version of com.starkbank : sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.14.x
sdk-2.14.0
2.13.x
sdk-2.13.0
2.12.x
sdk-2.12.0
2.11.x
sdk-2.11.0
2.10.x
sdk-2.10.0
2.9.x
sdk-2.9.0
2.8.x
sdk-2.8.2
sdk-2.8.1
sdk-2.8.0
2.7.x
sdk-2.7.0
2.6.x
sdk-2.6.0
2.5.x
sdk-2.5.1
sdk-2.5.0
2.4.x
sdk-2.4.0
2.3.x
sdk-2.3.0
2.2.x
sdk-2.2.0
2.1.x
sdk-2.1.0
2.1
sdk-2.1-beta-2
sdk-2.1-beta-1
2.0.x
sdk-2.0.2
sdk-2.0.1
sdk-2.0.0
0.6.x
sdk-0.6.0
0.5.x
sdk-0.5.2
sdk-0.5.1
sdk-0.5.0
0.4.x
sdk-0.4.0
0.3.x
sdk-0.3.0
sdk
sdk-sdk-java

How to add a dependency to Maven

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

<dependency>
    <groupId>com.starkbank</groupId>
    <artifactId>sdk</artifactId>
    <version>2.14.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.starkbank : sdk gradle dependency to your build.gradle file:

implementation 'com.starkbank:sdk:2.14.0'

Gradle Kotlin DSL: Add the following com.starkbank : sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("com.starkbank:sdk:2.14.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.starkbank : sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.starkbank" % "sdk" % "2.14.0"