is not current version
Last Version 3.4.3

com.tomtom.speedtools:pushnotifications 3.2.5

Provides generic interfaces for the iOS APNS and Android GCM push notification services to send notifications to mobile phones.

GroupId

GroupId

com.tomtom.speedtools
ArtifactId

ArtifactId

pushnotifications
Version

Version

3.2.5
Type

Type

jar

Download pushnotifications 3.2.5


<!-- https://jarcasting.com/artifacts/com.tomtom.speedtools/pushnotifications/ -->
<dependency>
    <groupId>com.tomtom.speedtools</groupId>
    <artifactId>pushnotifications</artifactId>
    <version>3.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.tomtom.speedtools/pushnotifications/
implementation 'com.tomtom.speedtools:pushnotifications:3.2.5'
// https://jarcasting.com/artifacts/com.tomtom.speedtools/pushnotifications/
implementation ("com.tomtom.speedtools:pushnotifications:3.2.5")
'com.tomtom.speedtools:pushnotifications:jar:3.2.5'
<dependency org="com.tomtom.speedtools" name="pushnotifications" rev="3.2.5">
  <artifact name="pushnotifications" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tomtom.speedtools', module='pushnotifications', version='3.2.5')
)
libraryDependencies += "com.tomtom.speedtools" % "pushnotifications" % "3.2.5"
[com.tomtom.speedtools/pushnotifications "3.2.5"]