MVN

com.tomtom.speedtools : pushnotifications

Maven & Gradle

Apr 12, 2023
8 stars

SpeedTools Push Notifications Services · Provides generic interfaces for the iOS APNS and Android GCM push notification services to send notifications to mobile phones.

<dependency>
    <groupId>com.tomtom.speedtools</groupId>
    <artifactId>pushnotifications</artifactId>
    <version>3.4.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tomtom.speedtools : pushnotifications to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.4.4

All Versions

Choose a version of com.tomtom.speedtools : pushnotifications to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.4.x
pushnotifications-3.4.4
pushnotifications-3.4.3
pushnotifications-3.4.2
3.3.x
pushnotifications-3.3.0
3.2.x
pushnotifications-3.2.23
pushnotifications-3.2.22
pushnotifications-3.2.21
pushnotifications-3.2.20
pushnotifications-3.2.19
pushnotifications-3.2.18
pushnotifications-3.2.17
pushnotifications-3.2.16
pushnotifications-3.2.14
pushnotifications-3.2.13
pushnotifications-3.2.12
pushnotifications-3.2.11
pushnotifications-3.2.10
pushnotifications-3.2.9
pushnotifications-3.2.8
pushnotifications-3.2.7
pushnotifications-3.2.6
pushnotifications-3.2.5
pushnotifications-3.2.4
pushnotifications-3.2.3
pushnotifications-3.2.2
pushnotifications-3.2.1
pushnotifications-3.2.0
3.1.x
pushnotifications-3.1.1
pushnotifications-3.1.0
3.0.x
pushnotifications-3.0.26
pushnotifications-3.0.25
pushnotifications-3.0.24
pushnotifications-3.0.23
pushnotifications-3.0.21
pushnotifications-3.0.20
pushnotifications-3.0.19
pushnotifications-3.0.18
pushnotifications-3.0.17
pushnotifications-3.0.16
pushnotifications-3.0.15
pushnotifications-3.0.14
pushnotifications-3.0.13
pushnotifications-3.0.12
pushnotifications-3.0.11
pushnotifications-3.0.10
pushnotifications-3.0.9
pushnotifications-3.0.8
pushnotifications-3.0.7
pushnotifications-3.0.6
pushnotifications-3.0.5
pushnotifications-3.0.4
pushnotifications-3.0.3
pushnotifications-3.0.2
pushnotifications-3.0.1
pushnotifications-3.0.0

How to add a dependency to Maven

Add the following com.tomtom.speedtools : pushnotifications maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.tomtom.speedtools</groupId>
    <artifactId>pushnotifications</artifactId>
    <version>3.4.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tomtom.speedtools : pushnotifications gradle dependency to your build.gradle file:

implementation 'com.tomtom.speedtools:pushnotifications:3.4.4'

Gradle Kotlin DSL: Add the following com.tomtom.speedtools : pushnotifications gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tomtom.speedtools:pushnotifications:3.4.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tomtom.speedtools : pushnotifications sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tomtom.speedtools" % "pushnotifications" % "3.4.4"

Advertisement