MVN

com.moengage : hms-pushkit

Maven & Gradle

Jul 18, 2023

MoEngage Push Kit · Push Kit module of MoEngage Platform

<dependency>
    <groupId>com.moengage</groupId>
    <artifactId>hms-pushkit</artifactId>
    <version>4.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.moengage : hms-pushkit to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.6.0

All Versions

Choose a version of com.moengage : hms-pushkit to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.6.x
hms-pushkit-4.6.0
4.5.x
hms-pushkit-4.5.0
4.4.x
hms-pushkit-4.4.0
4.3.x
hms-pushkit-4.3.0
4.2.x
hms-pushkit-4.2.0
4.1.x
hms-pushkit-4.1.1
hms-pushkit-4.1.0
4.0.x
hms-pushkit-4.0.0
3.0.x
hms-pushkit-3.0.0
2.4.x
hms-pushkit-2.4.00
2.3.x
hms-pushkit-2.3.00
2.2.x
hms-pushkit-2.2.00
2.1.x
hms-pushkit-2.1.00
2.0.x
hms-pushkit-2.0.02
hms-pushkit-2.0.01
1.2.x
hms-pushkit-1.2.01

How to add a dependency to Maven

Add the following com.moengage : hms-pushkit maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.moengage</groupId>
    <artifactId>hms-pushkit</artifactId>
    <version>4.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.moengage : hms-pushkit gradle dependency to your build.gradle file:

implementation 'com.moengage:hms-pushkit:4.6.0'

Gradle Kotlin DSL: Add the following com.moengage : hms-pushkit gradle kotlin dependency to your build.gradle.kts file:

implementation("com.moengage:hms-pushkit:4.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.moengage : hms-pushkit sbt scala dependency to your build.sbt file:

libraryDependencies += "com.moengage" % "hms-pushkit" % "4.6.0"

Advertisement