MVN

com.iaphub : iaphub-android-sdk

Maven & Gradle

May 01, 2023
9 stars

iaphub-android-sdk · App developers use IAPHUB to manage their In-App purchases and subscriptions.

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

Latest Version

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

  • Latest Stable: 4.1.1

All Versions

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

Version Vulnerabilities Updated
4.1.x
iaphub-android-sdk-4.1.1
iaphub-android-sdk-4.1.0
4.0.x
iaphub-android-sdk-4.0.1
iaphub-android-sdk-4.0.0
3.1.x
iaphub-android-sdk-3.1.5
iaphub-android-sdk-3.1.4
iaphub-android-sdk-3.1.3
iaphub-android-sdk-3.1.2
iaphub-android-sdk-3.1.1
iaphub-android-sdk-3.1.0
3.0.x
iaphub-android-sdk-3.0.1
iaphub-android-sdk-3.0.0
2.0.x
iaphub-android-sdk-2.0.13
iaphub-android-sdk-2.0.12
iaphub-android-sdk-2.0.11
iaphub-android-sdk-2.0.10
iaphub-android-sdk-2.0.9
iaphub-android-sdk-2.0.8
iaphub-android-sdk-2.0.7
iaphub-android-sdk-2.0.6
iaphub-android-sdk-2.0.5
iaphub-android-sdk-2.0.4
iaphub-android-sdk-2.0.3
iaphub-android-sdk-2.0.2
iaphub-android-sdk-2.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.iaphub</groupId>
    <artifactId>iaphub-android-sdk</artifactId>
    <version>4.1.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.iaphub:iaphub-android-sdk:4.1.1'

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

implementation("com.iaphub:iaphub-android-sdk:4.1.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.iaphub" % "iaphub-android-sdk" % "4.1.1"