MVN

com.parse : parse-gcm-android

Maven & Gradle

May 06, 2018
1.8k stars

Parse-Android · Parse Android GCM support.

<dependency>
    <groupId>com.parse</groupId>
    <artifactId>parse-gcm-android</artifactId>
    <version>1.17.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.17.3

All Versions

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

Version Vulnerabilities Updated
1.17.x
parse-gcm-android-1.17.3
parse-gcm-android-1.17.2
parse-gcm-android-1.17.1
parse-gcm-android-1.17.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.parse</groupId>
    <artifactId>parse-gcm-android</artifactId>
    <version>1.17.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.parse:parse-gcm-android:1.17.3'

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

implementation("com.parse:parse-gcm-android:1.17.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.parse" % "parse-gcm-android" % "1.17.3"

Advertisement