MVN

com.pushwoosh.java7 : pushwoosh-gcm

Maven & Gradle

Feb 16, 2018
55 stars

Pushwoosh GCM · Pushwoosh GCM

<dependency>
    <groupId>com.pushwoosh.java7</groupId>
    <artifactId>pushwoosh-gcm</artifactId>
    <version>5.5.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 5.5.4

All Versions

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

Version Vulnerabilities Updated
5.5.x
pushwoosh-gcm-5.5.4
pushwoosh-gcm-5.5.3
pushwoosh-gcm-5.5.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.pushwoosh.java7</groupId>
    <artifactId>pushwoosh-gcm</artifactId>
    <version>5.5.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.pushwoosh.java7:pushwoosh-gcm:5.5.4'

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

implementation("com.pushwoosh.java7:pushwoosh-gcm:5.5.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.pushwoosh.java7" % "pushwoosh-gcm" % "5.5.4"