MVN

io.inai.payments : android-sdk

Maven & Gradle

Aug 18, 2023

inai-android-sdk · inai's SDKs offer you the ability to control the checkout experience on your website or app without needing to worry about compliance, building and accepting relevant fields based on the geography of your customer and the checkout experience.

<dependency>
    <groupId>io.inai.payments</groupId>
    <artifactId>android-sdk</artifactId>
    <version>0.1.35</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.inai.payments : android-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.35

All Versions

Choose a version of io.inai.payments : android-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
android-sdk-1.0.1.dev
0.1.x
android-sdk-0.1.35
android-sdk-0.1.34
android-sdk-0.1.33
android-sdk-0.1.32
android-sdk-0.1.31
android-sdk-0.1.30
android-sdk-0.1.29
android-sdk-0.1.28
android-sdk-0.1.27
android-sdk-0.1.26
android-sdk-0.1.25
android-sdk-0.1.24
android-sdk-0.1.23
android-sdk-0.1.22
android-sdk-0.1.21
android-sdk-0.1.20
android-sdk-0.1.19
android-sdk-0.1.18
android-sdk-0.1.17
android-sdk-0.1.16
android-sdk-0.1.15
android-sdk-0.1.14
android-sdk-0.1.13
android-sdk-0.1.12
android-sdk-0.1.11

How to add a dependency to Maven

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

<dependency>
    <groupId>io.inai.payments</groupId>
    <artifactId>android-sdk</artifactId>
    <version>0.1.35</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.inai.payments : android-sdk gradle dependency to your build.gradle file:

implementation 'io.inai.payments:android-sdk:0.1.35'

Gradle Kotlin DSL: Add the following io.inai.payments : android-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("io.inai.payments:android-sdk:0.1.35")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.inai.payments : android-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "io.inai.payments" % "android-sdk" % "0.1.35"