MVN

net.indigitall : pushsdk

Maven & Gradle

Nov 08, 2019

PushSDK · Library for Notifications

<dependency>
    <groupId>net.indigitall</groupId>
    <artifactId>pushsdk</artifactId>
    <version>4.2.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.indigitall : pushsdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.2.8
  • Latest Beta: 4.0.1-beta.1

All Versions

Choose a version of net.indigitall : pushsdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.3.x
pushsdk-4.3.2
pushsdk-4.3.1
pushsdk-4.3.0
4.2.x
pushsdk-4.2.8
pushsdk-4.2.7
pushsdk-4.2.6
pushsdk-4.2.5
pushsdk-4.2.4
pushsdk-4.2.3
pushsdk-4.2.1
pushsdk-4.2.0
4.1.x
pushsdk-4.1.0
4.0.x
pushsdk-4.0.5
pushsdk-4.0.4
pushsdk-4.0.3
pushsdk-4.0.2
pushsdk-4.0.1
pushsdk-4.0.1-beta.1
pushsdk-4.0.0
3.3.x
pushsdk-3.3.10
pushsdk-3.3.9
pushsdk-3.3.8
pushsdk-3.3.7
pushsdk-3.3.7-beta.1
pushsdk-3.3.6
pushsdk-3.3.5
pushsdk-3.3.4-beta.3
pushsdk-3.3.4-beta.2
pushsdk-3.3.4-beta.1
pushsdk-3.3.3
pushsdk-3.3.3-beta
pushsdk-3.3.2
pushsdk-3.3.1
pushsdk-3.3.1-beta
pushsdk-3.3.0
pushsdk-3.3.0-BETA
3.2.x
pushsdk-3.2.5
pushsdk-3.2.4
pushsdk-3.2.3
pushsdk-3.2.2
pushsdk-3.2.1
pushsdk-3.2.0
3.1.x
pushsdk-3.1.3
pushsdk-3.1.2
pushsdk-3.1.1

How to add a dependency to Maven

Add the following net.indigitall : pushsdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.indigitall</groupId>
    <artifactId>pushsdk</artifactId>
    <version>4.2.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.indigitall : pushsdk gradle dependency to your build.gradle file:

implementation 'net.indigitall:pushsdk:4.2.8'

Gradle Kotlin DSL: Add the following net.indigitall : pushsdk gradle kotlin dependency to your build.gradle.kts file:

implementation("net.indigitall:pushsdk:4.2.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.indigitall : pushsdk sbt scala dependency to your build.sbt file:

libraryDependencies += "net.indigitall" % "pushsdk" % "4.2.8"

Advertisement