MVN

com.gu : mobile-notifications-client-play-2-4_2.11

Maven & Gradle

May 25, 2017
3 stars

mobile-notifications-client-play-2.4 · Scala client for the Guardian Push Notifications API

<dependency>
    <groupId>com.gu</groupId>
    <artifactId>mobile-notifications-client-play-2-4_2.11</artifactId>
    <version>0.5.35</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gu : mobile-notifications-client-play-2-4_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.35

All Versions

Choose a version of com.gu : mobile-notifications-client-play-2-4_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
mobile-notifications-client-play-2-4_2.11-0.5.35
mobile-notifications-client-play-2-4_2.11-0.5.29
mobile-notifications-client-play-2-4_2.11-0.5.28
mobile-notifications-client-play-2-4_2.11-0.5.27
mobile-notifications-client-play-2-4_2.11-0.5.26
mobile-notifications-client-play-2-4_2.11-0.5.25
mobile-notifications-client-play-2-4_2.11-0.5.24
mobile-notifications-client-play-2-4_2.11-0.5.23
mobile-notifications-client-play-2-4_2.11-0.5.22
mobile-notifications-client-play-2-4_2.11-0.5.21
mobile-notifications-client-play-2-4_2.11-0.5.19
mobile-notifications-client-play-2-4_2.11-0.5.17
mobile-notifications-client-play-2-4_2.11-0.5.16
mobile-notifications-client-play-2-4_2.11-0.5.15
mobile-notifications-client-play-2-4_2.11-0.5.14

How to add a dependency to Maven

Add the following com.gu : mobile-notifications-client-play-2-4_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gu</groupId>
    <artifactId>mobile-notifications-client-play-2-4_2.11</artifactId>
    <version>0.5.35</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gu : mobile-notifications-client-play-2-4_2.11 gradle dependency to your build.gradle file:

implementation 'com.gu:mobile-notifications-client-play-2-4_2.11:0.5.35'

Gradle Kotlin DSL: Add the following com.gu : mobile-notifications-client-play-2-4_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gu:mobile-notifications-client-play-2-4_2.11:0.5.35")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gu : mobile-notifications-client-play-2-4_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gu" % "mobile-notifications-client-play-2-4_2.11" % "0.5.35"