MVN

com.github.DigioAndroid : sendtopush

Maven & Gradle

Aug 23, 2018
0 stars

SendToPush · SendToPush Android Library

<dependency>
    <groupId>com.github.DigioAndroid</groupId>
    <artifactId>sendtopush</artifactId>
    <version>2.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.DigioAndroid : sendtopush to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.2

All Versions

Choose a version of com.github.DigioAndroid : sendtopush to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
sendtopush-2.0.2
sendtopush-2.0.1
2.0
sendtopush-2.0
1.3.x
sendtopush-1.3.8
sendtopush-1.3.7
sendtopush-1.3.6
sendtopush-1.3.5
sendtopush-1.3.4
sendtopush-1.3.3
sendtopush-1.3.1
1.3
sendtopush-1.3
1.2.x
sendtopush-1.2.8
sendtopush-1.2.7
sendtopush-1.2.6
sendtopush-1.2.5
sendtopush-1.2.2
sendtopush-1.2.1
1.2
sendtopush-1.2
1.1
sendtopush-1.1
0.0.x
sendtopush-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.DigioAndroid</groupId>
    <artifactId>sendtopush</artifactId>
    <version>2.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.DigioAndroid : sendtopush gradle dependency to your build.gradle file:

implementation 'com.github.DigioAndroid:sendtopush:2.0.2'

Gradle Kotlin DSL: Add the following com.github.DigioAndroid : sendtopush gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.DigioAndroid:sendtopush:2.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.DigioAndroid : sendtopush sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.DigioAndroid" % "sendtopush" % "2.0.2"

Advertisement