MVN

com.pushwoosh.java7 : pushwoosh

Maven & Gradle

Feb 16, 2018
55 stars

Pushwoosh · Pushwoosh push notifications SDK for Android

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

Latest Version

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

  • Latest Stable: 5.5.4

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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