MVN

io.plugy : push

Maven & Gradle

Feb 14, 2015
2 stars

Plugy Push SDK · Plugy Push SDK. Provides Push Receiver and Push Sending API.

<dependency>
    <groupId>io.plugy</groupId>
    <artifactId>push</artifactId>
    <version>0.2.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.plugy : push to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.7

All Versions

Choose a version of io.plugy : push to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
push-0.2.7
push-0.2.6
push-0.2.5
push-0.2.4
push-0.2.3
push-0.2.2
push-0.2.1
push-0.2.0

How to add a dependency to Maven

Add the following io.plugy : push maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.plugy</groupId>
    <artifactId>push</artifactId>
    <version>0.2.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.plugy : push gradle dependency to your build.gradle file:

implementation 'io.plugy:push:0.2.7'

Gradle Kotlin DSL: Add the following io.plugy : push gradle kotlin dependency to your build.gradle.kts file:

implementation("io.plugy:push:0.2.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.plugy : push sbt scala dependency to your build.sbt file:

libraryDependencies += "io.plugy" % "push" % "0.2.7"

Advertisement