MVN

com.devsu : push-sender

Maven & Gradle

Aug 26, 2016
8 stars

Push Sender · Push Sender is a library that allows you to quickly send push messages via APNS or GCM, on your Java powered servers.

<dependency>
    <groupId>com.devsu</groupId>
    <artifactId>push-sender</artifactId>
    <version>1.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.devsu : push-sender to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.3

All Versions

Choose a version of com.devsu : push-sender to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
push-sender-1.0.3
push-sender-1.0.2
push-sender-1.0.1
push-sender-1.0.0

How to add a dependency to Maven

Add the following com.devsu : push-sender maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.devsu</groupId>
    <artifactId>push-sender</artifactId>
    <version>1.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.devsu : push-sender gradle dependency to your build.gradle file:

implementation 'com.devsu:push-sender:1.0.3'

Gradle Kotlin DSL: Add the following com.devsu : push-sender gradle kotlin dependency to your build.gradle.kts file:

implementation("com.devsu:push-sender:1.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.devsu : push-sender sbt scala dependency to your build.sbt file:

libraryDependencies += "com.devsu" % "push-sender" % "1.0.3"

Advertisement