MVN

com.duitku : duitku-android-sdk

Maven & Gradle

Aug 12, 2021
1 stars

com.duitku · android SDK for integration with duitku

<dependency>
    <groupId>com.duitku</groupId>
    <artifactId>duitku-android-sdk</artifactId>
    <version>1.0.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.14
  • Latest Beta: 1.0.4-beta-4

All Versions

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

Version Vulnerabilities Updated
1.0.x
duitku-android-sdk-1.0.14
duitku-android-sdk-1.0.13
duitku-android-sdk-1.0.12
duitku-android-sdk-1.0.5
duitku-android-sdk-1.0.4-beta-4
duitku-android-sdk-1.0.4-beta-1
duitku-android-sdk-1.0.4
duitku-android-sdk-1.0.0-beta-8
duitku-android-sdk-1.0.0-beta-7
duitku-android-sdk-1.0.0-beta-6

How to add a dependency to Maven

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

<dependency>
    <groupId>com.duitku</groupId>
    <artifactId>duitku-android-sdk</artifactId>
    <version>1.0.14</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.duitku:duitku-android-sdk:1.0.14'

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

implementation("com.duitku:duitku-android-sdk:1.0.14")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.duitku" % "duitku-android-sdk" % "1.0.14"