MVN

eu.inloop : easygcm

Maven & Gradle

Mar 12, 2015
263 stars

EasyGcm Library · Android Library for easy GCM integration

<dependency>
    <groupId>eu.inloop</groupId>
    <artifactId>easygcm</artifactId>
    <version>1.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eu.inloop : easygcm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.0

All Versions

Choose a version of eu.inloop : easygcm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
easygcm-1.3.0
1.2.x
easygcm-1.2.3
easygcm-1.2.2

How to add a dependency to Maven

Add the following eu.inloop : easygcm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>eu.inloop</groupId>
    <artifactId>easygcm</artifactId>
    <version>1.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following eu.inloop : easygcm gradle dependency to your build.gradle file:

implementation 'eu.inloop:easygcm:1.3.0'

Gradle Kotlin DSL: Add the following eu.inloop : easygcm gradle kotlin dependency to your build.gradle.kts file:

implementation("eu.inloop:easygcm:1.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following eu.inloop : easygcm sbt scala dependency to your build.sbt file:

libraryDependencies += "eu.inloop" % "easygcm" % "1.3.0"

Advertisement