MVN

com.gu : mobile-notifications-client_2.10

Maven & Gradle

Sep 25, 2017
3 stars

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

<dependency>
    <groupId>com.gu</groupId>
    <artifactId>mobile-notifications-client_2.10</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gu : mobile-notifications-client_2.10 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of com.gu : mobile-notifications-client_2.10 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
mobile-notifications-client_2.10-1.0
0.6.x
mobile-notifications-client_2.10-0.6.0
0.5.x
mobile-notifications-client_2.10-0.5.36
mobile-notifications-client_2.10-0.5.35
mobile-notifications-client_2.10-0.5.34
mobile-notifications-client_2.10-0.5.32
mobile-notifications-client_2.10-0.5.31
mobile-notifications-client_2.10-0.5.30
mobile-notifications-client_2.10-0.5.29
mobile-notifications-client_2.10-0.5.28
mobile-notifications-client_2.10-0.5.27
mobile-notifications-client_2.10-0.5.26
mobile-notifications-client_2.10-0.5.25
mobile-notifications-client_2.10-0.5.24
mobile-notifications-client_2.10-0.5.23
mobile-notifications-client_2.10-0.5.22
mobile-notifications-client_2.10-0.5.21
mobile-notifications-client_2.10-0.5.20
mobile-notifications-client_2.10-0.5.17
mobile-notifications-client_2.10-0.5.16
mobile-notifications-client_2.10-0.5.15
mobile-notifications-client_2.10-0.5.14
mobile-notifications-client_2.10-0.5.13
mobile-notifications-client_2.10-0.5.12
mobile-notifications-client_2.10-0.5.11
mobile-notifications-client_2.10-0.5.10
mobile-notifications-client_2.10-0.5.9
mobile-notifications-client_2.10-0.5.1
mobile-notifications-client_2.10-0.5.0
0.4.x
mobile-notifications-client_2.10-0.4.3
mobile-notifications-client_2.10-0.4.2
mobile-notifications-client_2.10-0.4.1
0.4
mobile-notifications-client_2.10-0.4
0.3
mobile-notifications-client_2.10-0.3

How to add a dependency to Maven

Add the following com.gu : mobile-notifications-client_2.10 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gu</groupId>
    <artifactId>mobile-notifications-client_2.10</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gu : mobile-notifications-client_2.10 gradle dependency to your build.gradle file:

implementation 'com.gu:mobile-notifications-client_2.10:1.0'

Gradle Kotlin DSL: Add the following com.gu : mobile-notifications-client_2.10 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gu:mobile-notifications-client_2.10:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gu : mobile-notifications-client_2.10 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gu" % "mobile-notifications-client_2.10" % "1.0"