MVN

com.com2us.android.hive : hive-iapv4

Maven & Gradle

Jul 31, 2023

hive-iapv4 · Hive SDK provides various functions required to serve mobile games to global users.

<dependency>
    <groupId>com.com2us.android.hive</groupId>
    <artifactId>hive-iapv4</artifactId>
    <version>21.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.com2us.android.hive : hive-iapv4 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 21.1.1

All Versions

Choose a version of com.com2us.android.hive : hive-iapv4 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
21.1.x
hive-iapv4-21.1.1
hive-iapv4-21.1.0
21.0.x
hive-iapv4-21.0.2
hive-iapv4-21.0.1
hive-iapv4-21.0.0
16.4.x
hive-iapv4-16.4.0
16.3.x
hive-iapv4-16.3.2
hive-iapv4-16.3.1
hive-iapv4-16.3.0
16.2.x
hive-iapv4-16.2.3
hive-iapv4-16.2.2
hive-iapv4-16.2.1
hive-iapv4-16.2.0
16.1.x
hive-iapv4-16.1.9
hive-iapv4-16.1.8
hive-iapv4-16.1.7
hive-iapv4-16.1.6
hive-iapv4-16.1.5
hive-iapv4-16.1.4
hive-iapv4-16.1.3
hive-iapv4-16.1.2
hive-iapv4-16.1.1
hive-iapv4-16.1.0
16.0.x
hive-iapv4-16.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.com2us.android.hive</groupId>
    <artifactId>hive-iapv4</artifactId>
    <version>21.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.com2us.android.hive : hive-iapv4 gradle dependency to your build.gradle file:

implementation 'com.com2us.android.hive:hive-iapv4:21.1.1'

Gradle Kotlin DSL: Add the following com.com2us.android.hive : hive-iapv4 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.com2us.android.hive:hive-iapv4:21.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.com2us.android.hive : hive-iapv4 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.com2us.android.hive" % "hive-iapv4" % "21.1.1"