MVN

com.com2us.android.hive : hive-service

Maven & Gradle

Jul 31, 2023

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

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

Latest Version

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

  • Latest Stable: 4.21.1.1

All Versions

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

Version Vulnerabilities Updated
4.21.x
hive-service-4.21.1.1
hive-service-4.21.1.0
hive-service-4.21.0.2
hive-service-4.21.0.1
hive-service-4.21.0.0
4.16.x
hive-service-4.16.4.0
hive-service-4.16.3.2
hive-service-4.16.3.1
hive-service-4.16.3.0
hive-service-4.16.2.3
hive-service-4.16.2.2
hive-service-4.16.2.1
hive-service-4.16.2.0
hive-service-4.16.1.9
hive-service-4.16.1.8
hive-service-4.16.1.7
hive-service-4.16.1.6
hive-service-4.16.1.5
hive-service-4.16.1.4
hive-service-4.16.1.3
hive-service-4.16.1.2
hive-service-4.16.1.1
hive-service-4.16.1.0
hive-service-4.16.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.com2us.android.hive</groupId>
    <artifactId>hive-service</artifactId>
    <version>4.21.1.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.com2us.android.hive:hive-service:4.21.1.1'

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

implementation("com.com2us.android.hive:hive-service:4.21.1.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.com2us.android.hive" % "hive-service" % "4.21.1.1"